summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2024-08-09 14:46:15 +0200
committerPacho Ramos <pacho@gentoo.org>2024-08-09 14:46:15 +0200
commitb816f464caf6e4217266aeef09e44163c5967d9e (patch)
treecc0c454bdbfddacac8df693dd105619bd05ab1c4 /dev-libs/glib
parentprofiles: update glib-2.80 mask (diff)
downloadgentoo-b816f464caf6e4217266aeef09e44163c5967d9e.tar.gz
gentoo-b816f464caf6e4217266aeef09e44163c5967d9e.tar.bz2
gentoo-b816f464caf6e4217266aeef09e44163c5967d9e.zip
dev-libs/glib: instrospection support is not meant to be used in multilib
Thanks-to: Andrew Nowa Ammerlaan Bug: https://bugs.gentoo.org/937616 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'dev-libs/glib')
-rw-r--r--dev-libs/glib/glib-2.80.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/glib/glib-2.80.4.ebuild b/dev-libs/glib/glib-2.80.4.ebuild
index e61ebbcbfe68..1a20959666c2 100644
--- a/dev-libs/glib/glib-2.80.4.ebuild
+++ b/dev-libs/glib/glib-2.80.4.ebuild
@@ -203,7 +203,7 @@ multilib_src_configure() {
-Doss_fuzz=disabled
$(meson_native_use_feature elf libelf)
-Dmultiarch=false
- $(meson_feature introspection)
+ $(meson_native_use_feature introspection)
)
meson_src_configure
}