[meta-gnome,2/9] gnome-desktop: introspection is not valid meson option

Message ID 20211113174606.2044137-2-raj.khem@gmail.com
State New
Headers show
Series [meta-gnome,1/9] tracker: introspection is not valid meson option | expand

Commit Message

Khem Raj Nov. 13, 2021, 5:45 p.m. UTC
meson 0.60+ errors out on unknown options and -Dintrospection
is not a valid option

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_41.0.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Patch

diff --git a/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_41.0.bb b/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_41.0.bb
index 71ea79f99a..36dab453b1 100644
--- a/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_41.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_41.0.bb
@@ -13,7 +13,8 @@  inherit gnomebase itstool pkgconfig upstream-version-is-even gobject-introspecti
 REQUIRED_DISTRO_FEATURES = "x11"
 # gobject-introspection is mandatory and cannot be configured
 REQUIRED_DISTRO_FEATURES += "gobject-introspection-data"
-UNKNOWN_CONFIGURE_WHITELIST:append = " introspection"
+
+GIR_MESON_OPTION = ""
 
 SRC_URI[archive.sha256sum] = "69cb1d3d9a10700eb66348ef1c0e66a855fc5a97ae62902df97a499da11562d2"
 SRC_URI += " \