aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-11-11 17:22:22 -0800
committerKhem Raj <raj.khem@gmail.com>2021-11-13 01:17:26 -0800
commit790539e19cb6f332462d69a2536377dc2d0618c6 (patch)
tree2aa538dba6e7943ebdce37804809d5f2a814f2b4 /meta-gnome/recipes-gnome
parenta424c2dbcfbe93fe33558ade2e9123a5df1d4515 (diff)
downloadmeta-openembedded-790539e19cb6f332462d69a2536377dc2d0618c6.tar.gz
libgweather: 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 <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r--meta-gnome/recipes-gnome/libgweather/libgweather_40.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/libgweather/libgweather_40.0.bb b/meta-gnome/recipes-gnome/libgweather/libgweather_40.0.bb
index 1d9daac1f0..49493b17b2 100644
--- a/meta-gnome/recipes-gnome/libgweather/libgweather_40.0.bb
+++ b/meta-gnome/recipes-gnome/libgweather/libgweather_40.0.bb
@@ -11,7 +11,7 @@ SRC_URI[archive.sha256sum] = "ca4e8f2a4baaa9fc6d75d8856adb57056ef1cd6e55c775ba87
# 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"