Merge pull request #9320 from Zabrimus/master

disable explicitly glib introspection for host builds. Otherwise a ho…
This commit is contained in:
Christian Hewitt 2025-03-04 17:34:26 +04:00 committed by GitHub
commit 6911409453
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 \