gdk-pixbuf: correct meson build options

This commit is contained in:
heitbaum 2021-10-30 15:29:10 +11:00
parent fee0c9f7e3
commit d6a332f8ce

View File

@ -13,6 +13,6 @@ PKG_DEPENDS_CONFIG="shared-mime-info"
PKG_LONGDESC="GdkPixbuf is a a GNOME library for image loading and manipulation."
PKG_MESON_OPTS_TARGET="-Ddocs=false \
-Dgir=false \
-Dintrospection=disabled \
-Dman=false \
-Drelocatable=false"