diff options
author | Joshua Watt <JPEWhacker@gmail.com> | 2021-11-17 20:49:53 -0600 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-11-17 19:18:49 -0800 |
commit | 9659f93886624eea357990a9156bb14ef11513a2 (patch) | |
tree | 7216a37539473ea73523401d8f0bc1acf35ee363 /meta-gnome/recipes-gnome | |
parent | 97d1b0832b82527ddd26322dfe3a2302e803cada (diff) | |
download | meta-openembedded-9659f93886624eea357990a9156bb14ef11513a2.tar.gz |
gnome-settings-daemon: 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-settings-daemon/gnome-settings-daemon_41.0.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_41.0.bb b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_41.0.bb index 976aa6222..82504a406 100644 --- a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_41.0.bb +++ b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_41.0.bb | |||
@@ -23,11 +23,10 @@ DEPENDS = " \ | |||
23 | 23 | ||
24 | # all these are mandatory | 24 | # all these are mandatory |
25 | REQUIRED_DISTRO_FEATURES = "x11 polkit pulseaudio systemd gobject-introspection-data" | 25 | REQUIRED_DISTRO_FEATURES = "x11 polkit pulseaudio systemd gobject-introspection-data" |
26 | GIR_MESON_OPTION = "" | ||
26 | 27 | ||
27 | SRC_URI[archive.sha256sum] = "e6ca6361fbd1deab2de1a1e390d4f14167cf47b1c547dbb8b65a5d89e9663884" | 28 | SRC_URI[archive.sha256sum] = "e6ca6361fbd1deab2de1a1e390d4f14167cf47b1c547dbb8b65a5d89e9663884" |
28 | 29 | ||
29 | UNKNOWN_CONFIGURE_WHITELIST = "introspection" | ||
30 | |||
31 | PACKAGECONFIG ??= " \ | 30 | PACKAGECONFIG ??= " \ |
32 | cups nm \ | 31 | cups nm \ |
33 | alsa gudev \ | 32 | alsa gudev \ |