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>
This commit is contained in:
Khem Raj
2020-08-07 01:24:22 -07:00
parent 7f2472a994
commit 630c9f2d65
@@ -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