All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe][meta-oe][PATCH] gnome-settings-daemon: introspection is not valid meson option
@ 2021-11-18  2:49 Joshua Watt
  0 siblings, 0 replies; only message in thread
From: Joshua Watt @ 2021-11-18  2:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Joshua Watt

meson 0.60+ errors out on unknown options and -Dintrospection
is not a valid option

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
---
 .../gnome-settings-daemon/gnome-settings-daemon_41.0.bb        | 3 +--
 1 file changed, 1 insertion(+), 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 = " \
 
 # all these are mandatory
 REQUIRED_DISTRO_FEATURES = "x11 polkit pulseaudio systemd gobject-introspection-data"
+GIR_MESON_OPTION = ""
 
 SRC_URI[archive.sha256sum] = "e6ca6361fbd1deab2de1a1e390d4f14167cf47b1c547dbb8b65a5d89e9663884"
 
-UNKNOWN_CONFIGURE_WHITELIST = "introspection"
-
 PACKAGECONFIG ??= " \
     cups nm \
     alsa gudev \
-- 
2.33.0



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-11-18  2:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-18  2:49 [oe][meta-oe][PATCH] gnome-settings-daemon: introspection is not valid meson option Joshua Watt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.