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>
This commit is contained in:
Joshua Watt
2021-11-17 20:49:53 -06:00
committed by Khem Raj
parent 97d1b0832b
commit 9659f93886
@@ -23,11 +23,10 @@ DEPENDS = " \
# all these are mandatory # all these are mandatory
REQUIRED_DISTRO_FEATURES = "x11 polkit pulseaudio systemd gobject-introspection-data" REQUIRED_DISTRO_FEATURES = "x11 polkit pulseaudio systemd gobject-introspection-data"
GIR_MESON_OPTION = ""
SRC_URI[archive.sha256sum] = "e6ca6361fbd1deab2de1a1e390d4f14167cf47b1c547dbb8b65a5d89e9663884" SRC_URI[archive.sha256sum] = "e6ca6361fbd1deab2de1a1e390d4f14167cf47b1c547dbb8b65a5d89e9663884"
UNKNOWN_CONFIGURE_WHITELIST = "introspection"
PACKAGECONFIG ??= " \ PACKAGECONFIG ??= " \
cups nm \ cups nm \
alsa gudev \ alsa gudev \