mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
libpeas: add --wrap-mode=nofallback
This commit is contained in:
parent
ef5beaebad
commit
b035527a10
@ -119,7 +119,7 @@
|
||||
<screen><userinput>mkdir build &&
|
||||
cd build &&
|
||||
|
||||
meson --prefix=/usr --buildtype=release .. &&
|
||||
meson --prefix=/usr --buildtype=release --wrap-mode=nofallback .. &&
|
||||
ninja</userinput></screen>
|
||||
|
||||
<para>
|
||||
@ -142,6 +142,10 @@ ninja</userinput></screen>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/meson-buildtype-release.xml"/>
|
||||
|
||||
<!-- gi-docgen can get installed without this, if deps exist -->
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/meson-wrap-nofallback.xml"/>
|
||||
|
||||
<para>
|
||||
<option>-Dvapi=true</option>: Add this switch if you wish to
|
||||
generate vapi (vala) data.
|
||||
|
Loading…
Reference in New Issue
Block a user