summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome
diff options
context:
space:
mode:
authorJoshua Watt <JPEWhacker@gmail.com>2021-11-17 20:49:53 -0600
committerKhem Raj <raj.khem@gmail.com>2021-11-17 19:18:49 -0800
commit9659f93886624eea357990a9156bb14ef11513a2 (patch)
tree7216a37539473ea73523401d8f0bc1acf35ee363 /meta-gnome/recipes-gnome
parent97d1b0832b82527ddd26322dfe3a2302e803cada (diff)
downloadmeta-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.bb3
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
25REQUIRED_DISTRO_FEATURES = "x11 polkit pulseaudio systemd gobject-introspection-data" 25REQUIRED_DISTRO_FEATURES = "x11 polkit pulseaudio systemd gobject-introspection-data"
26GIR_MESON_OPTION = ""
26 27
27SRC_URI[archive.sha256sum] = "e6ca6361fbd1deab2de1a1e390d4f14167cf47b1c547dbb8b65a5d89e9663884" 28SRC_URI[archive.sha256sum] = "e6ca6361fbd1deab2de1a1e390d4f14167cf47b1c547dbb8b65a5d89e9663884"
28 29
29UNKNOWN_CONFIGURE_WHITELIST = "introspection"
30
31PACKAGECONFIG ??= " \ 30PACKAGECONFIG ??= " \
32 cups nm \ 31 cups nm \
33 alsa gudev \ 32 alsa gudev \