From 60d0f140c7257151814cb03478d1d09deaf60c83 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 12 Nov 2021 08:45:48 -0800 Subject: [PATCH] gedit: 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/gedit/gedit_40.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/gedit/gedit_40.1.bb b/meta-gnome/recipes-gnome/gedit/gedit_40.1.bb index 035f5d1a83..5a9c499764 100644 --- a/meta-gnome/recipes-gnome/gedit/gedit_40.1.bb +++ b/meta-gnome/recipes-gnome/gedit/gedit_40.1.bb @@ -27,7 +27,7 @@ SRC_URI[archive.sha256sum] = "55e394a82cb65678b1ab49526cf5bd43f00d8fba21476a4849 # gobject-introspection is mandatory and cannot be configured REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" -UNKNOWN_CONFIGURE_WHITELIST:append = " introspection" +GIR_MESON_OPTION = "" GTKDOC_MESON_OPTION = "gtk_doc"