diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-11-11 17:25:39 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-11-13 01:17:26 -0800 |
commit | 73f2d532c3162d7182e9f920e2509db3a7744590 (patch) | |
tree | 0391d37e2e95bb5b69a929c25461b5ed54cdc2f2 /meta-gnome/recipes-gnome | |
parent | 1e6bafddc01e0ca3fde7ac11515a447cc8a49adf (diff) | |
download | meta-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.bb | 2 |
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 |
18 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | 18 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
19 | UNKNOWN_CONFIGURE_WHITELIST:append = " introspection" | 19 | GIR_MESON_OPTION = "" |
20 | 20 | ||
21 | EXTRA_OEMESON = " \ | 21 | EXTRA_OEMESON = " \ |
22 | -Dinstalled_tests=false \ | 22 | -Dinstalled_tests=false \ |