mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
gtk4: fix broadway option, and kill -Dsassc
sassc seems needed now, but if it's not installed meson would download it as a wrap.
This commit is contained in:
parent
6a7d5d69ec
commit
652351c68e
@ -130,7 +130,7 @@
|
||||
<screen><userinput>mkdir build &&
|
||||
cd build &&
|
||||
|
||||
meson --prefix=/usr --buildtype=release -Dbroadway_backend=true .. &&
|
||||
meson --prefix=/usr --buildtype=release -Dbroadway-backend=true .. &&
|
||||
ninja</userinput></screen>
|
||||
|
||||
<para>
|
||||
@ -153,7 +153,7 @@ ninja</userinput></screen>
|
||||
href="../../xincludes/meson-buildtype-release.xml"/>
|
||||
|
||||
<para>
|
||||
<parameter>-Dbroadway_backend=true</parameter>: This switch enables the
|
||||
<parameter>-Dbroadway-backend=true</parameter>: This switch enables the
|
||||
HTML5 GDK backend.
|
||||
</para>
|
||||
|
||||
@ -182,11 +182,6 @@ ninja</userinput></screen>
|
||||
printing backend.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<option>-Dsassc=enabled</option>: Use this switch if you have
|
||||
<xref linkend="sassc"/> installed and wish to rebuild the themes.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<option>-Dgtk_doc=true</option>: Use this switch if you have
|
||||
<xref linkend="gtk-doc"/> installed and wish to generate the API
|
||||
|
Loading…
Reference in New Issue
Block a user