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
1 changed files with 1 additions and 3 deletions

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