summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-11-11 17:25:39 -0800
committerKhem Raj <raj.khem@gmail.com>2021-11-13 01:17:26 -0800
commit73f2d532c3162d7182e9f920e2509db3a7744590 (patch)
tree0391d37e2e95bb5b69a929c25461b5ed54cdc2f2 /meta-gnome/recipes-gnome
parent1e6bafddc01e0ca3fde7ac11515a447cc8a49adf (diff)
downloadmeta-openembedded-73f2d532c3162d7182e9f920e2509db3a7744590.tar.gz
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 <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gjs/gjs_1.70.0.bb2
1 files changed, 1 insertions, 1 deletions
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 92f14e084..f6878d1f2 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 += " \
16 16
17# gobject-introspection is mandatory and cannot be configured 17# gobject-introspection is mandatory and cannot be configured
18REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" 18REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
19UNKNOWN_CONFIGURE_WHITELIST:append = " introspection" 19GIR_MESON_OPTION = ""
20 20
21EXTRA_OEMESON = " \ 21EXTRA_OEMESON = " \
22 -Dinstalled_tests=false \ 22 -Dinstalled_tests=false \