From 73f2d532c3162d7182e9f920e2509db3a7744590 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 11 Nov 2021 17:25:39 -0800 Subject: [PATCH] gjs: introspection is not valid meson option meson 0.60+ errors out on unknown options and -Dintrospection is not a valid option Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/gjs/gjs_1.70.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/gjs/gjs_1.70.0.bb b/meta-gnome/recipes-gnome/gjs/gjs_1.70.0.bb index 92f14e0846..f6878d1f22 100644 --- a/meta-gnome/recipes-gnome/gjs/gjs_1.70.0.bb +++ b/meta-gnome/recipes-gnome/gjs/gjs_1.70.0.bb @@ -16,7 +16,7 @@ SRC_URI += " \ # gobject-introspection is mandatory and cannot be configured REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" -UNKNOWN_CONFIGURE_WHITELIST:append = " introspection" +GIR_MESON_OPTION = "" EXTRA_OEMESON = " \ -Dinstalled_tests=false \