aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-08-07 01:24:22 -0700
committerKhem Raj <raj.khem@gmail.com>2020-08-07 01:27:10 -0700
commit630c9f2d6535ecfc2a2d710658b767822c5425ab (patch)
treed6b65a418f409b155df6795e9f40bc7fa2f13a0a
parent7f2472a994d2d501ded59a1df6abae9fea02610d (diff)
downloadmeta-openembedded-contrib-630c9f2d6535ecfc2a2d710658b767822c5425ab.tar.gz
gnome-settings-daemon: Add introspection to UNKNOWN_CONFIGURE_WHITELIST
gobject-introspection is needed unconditionally therefore add "introspection" to unknown configure option whitelist Fixes ERROR: QA Issue: gnome-settings-daemon: configure was passed unrecognised options: introspection [unknown-configure-option] Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.36.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.36.1.bb b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.36.1.bb
index 730ea9ed05..b38ba558c5 100644
--- a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.36.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.36.1.bb
@@ -30,6 +30,8 @@ REQUIRED_DISTRO_FEATURES = "x11 polkit pulseaudio systemd gobject-introspection-
SRC_URI[archive.md5sum] = "102dc488a6a726e4050cf5ab7e967e8d"
SRC_URI[archive.sha256sum] = "3e33dbd319b562a5ab602dcab6de3ca81b85f8346672e90ec632b36bbf15ee4b"
+UNKNOWN_CONFIGURE_WHITELIST = "introspection"
+
# allow cross build mixed with build of native tools
do_write_config_append() {
cat >${WORKDIR}/meson.native <<EOF