aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-11-17 19:42:37 -0800
committerKhem Raj <raj.khem@gmail.com>2021-11-17 19:44:52 -0800
commit372bae22a648c5367b07cfe45eb7875a996193f4 (patch)
tree536b18a6feeba91280a123b794b029d9a8c2ed65 /meta-gnome
parent738426a162c783cfab220a4635ba36bed31814fd (diff)
downloadmeta-openembedded-contrib-372bae22a648c5367b07cfe45eb7875a996193f4.tar.gz
gnome-tweaks: introspection is not valid meson option
meson 0.60+ hard errors out on unknown options and -Dintrospection is not a valid option anymore Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks_40.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks_40.0.bb b/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks_40.0.bb
index 530cfdcb36..30275c97e3 100644
--- a/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks_40.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks_40.0.bb
@@ -16,7 +16,7 @@ REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam"
# gobject-introspection is mandatory and cannot be configured
REQUIRED_DISTRO_FEATURES += "gobject-introspection-data"
-UNKNOWN_CONFIGURE_WHITELIST:append = " introspection"
+GIR_MESON_OPTION = ""
SRC_URI[archive.sha256sum] = "f95f3fe031b0b01c02f79a1659f889152d3772ae3e44df8403d1460ba5eec36a"
SRC_URI += "file://0001-Make-python-path-configurable.patch"