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