diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-11-17 19:42:37 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-11-17 19:44:52 -0800 |
commit | 372bae22a648c5367b07cfe45eb7875a996193f4 (patch) | |
tree | 536b18a6feeba91280a123b794b029d9a8c2ed65 /meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks_40.0.bb | |
parent | 738426a162c783cfab220a4635ba36bed31814fd (diff) | |
download | meta-openembedded-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/recipes-gnome/gnome-tweaks/gnome-tweaks_40.0.bb')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks_40.0.bb | 2 |
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 530cfdcb3..30275c97e 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" | |||
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 | SRC_URI[archive.sha256sum] = "f95f3fe031b0b01c02f79a1659f889152d3772ae3e44df8403d1460ba5eec36a" | 21 | SRC_URI[archive.sha256sum] = "f95f3fe031b0b01c02f79a1659f889152d3772ae3e44df8403d1460ba5eec36a" |
22 | SRC_URI += "file://0001-Make-python-path-configurable.patch" | 22 | SRC_URI += "file://0001-Make-python-path-configurable.patch" |