glib: disable glib introspection for host builds

This commit is contained in:
Zabrimus 2024-09-22 11:07:52 +02:00
parent 0f7e211b8e
commit b4bcbeceaa

View File

@ -15,6 +15,7 @@ PKG_LONGDESC="A library which includes support routines for C such as lists, tre
PKG_MESON_OPTS_HOST="-Ddefault_library=static \
-Dinstalled_tests=false \
-Dlibmount=disabled \
-Dintrospection=disabled \
-Dtests=false"
PKG_MESON_OPTS_TARGET="-Ddefault_library=shared \