summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome
diff options
context:
space:
mode:
authorJoshua Watt <JPEWhacker@gmail.com>2021-11-17 20:58:56 -0600
committerKhem Raj <raj.khem@gmail.com>2021-11-17 19:18:49 -0800
commit738426a162c783cfab220a4635ba36bed31814fd (patch)
tree6f2b3a3ca20771553e18ba7d899c001dc84afc28 /meta-gnome/recipes-gnome
parent9659f93886624eea357990a9156bb14ef11513a2 (diff)
downloadmeta-openembedded-738426a162c783cfab220a4635ba36bed31814fd.tar.gz
gnome-shell: introspection is not valid meson option
meson 0.60+ errors out on unknown options and -Dintrospection is not a valid option Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gnome-shell/gnome-shell_41.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_41.0.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_41.0.bb
index 6ac2973b9..8378e9478 100644
--- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_41.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_41.0.bb
@@ -25,10 +25,10 @@ DEPENDS = " \
25" 25"
26 26
27GTKDOC_MESON_OPTION = "gtk_doc" 27GTKDOC_MESON_OPTION = "gtk_doc"
28GIR_MESON_OPTION = ""
28 29
29# gobject-introspection is mandatory and cannot be configured 30# gobject-introspection is mandatory and cannot be configured
30REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" 31REQUIRED_DISTRO_FEATURES += "gobject-introspection-data"
31UNKNOWN_CONFIGURE_WHITELIST:append = " introspection"
32 32
33SRC_URI[archive.sha256sum] = "52f971e85140e5de74b9369ef6656e49ce95af1f232fc1e0df1f046129ab4f65" 33SRC_URI[archive.sha256sum] = "52f971e85140e5de74b9369ef6656e49ce95af1f232fc1e0df1f046129ab4f65"
34SRC_URI += "file://0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch" 34SRC_URI += "file://0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch"