gdk-pixbuf: prevent downloading wrapped subprojects

This commit is contained in:
Rudi Heitbaum 2022-10-30 03:56:25 +00:00
parent c9bc475740
commit 504490226e

View File

@ -19,7 +19,8 @@ configure_package() {
}
pre_configure_target() {
PKG_MESON_OPTS_TARGET="-Dgtk_doc=false \
PKG_MESON_OPTS_TARGET="--wrap-mode=nodownload \
-Dgtk_doc=false \
-Ddocs=false \
-Dintrospection=disabled \
-Dman=false \