2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

gdk-pixbuf: use nofallback

This commit is contained in:
Owen Rafferty 2022-08-09 13:36:44 -05:00
parent 63a5dec822
commit e23220cabf
No known key found for this signature in database
GPG Key ID: A68B10E2554DEBCB

View File

@ -1,8 +1,5 @@
#!/bin/sh -e
# Meson attemps to clone despite gtk_doc being disabled.
rm subprojects/gi-docgen.wrap
meson \
--prefix=/usr \
--sysconfdir=/etc \
@ -17,6 +14,7 @@ meson \
-Dtests=false \
-Dinstalled_tests=false \
-Dbuiltin_loaders=all \
-Dwrap_mode=nofallback \
. output
ninja -C output