* [oe][meta-oe][PATCH] colord: introspection is not valid meson option
@ 2021-11-18 2:41 Joshua Watt
0 siblings, 0 replies; only message in thread
From: Joshua Watt @ 2021-11-18 2:41 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>
---
meta-oe/recipes-support/colord/colord.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-oe/recipes-support/colord/colord.bb b/meta-oe/recipes-support/colord/colord.bb
index 563a0ee00..e30022251 100644
--- a/meta-oe/recipes-support/colord/colord.bb
+++ b/meta-oe/recipes-support/colord/colord.bb
@@ -4,7 +4,7 @@ inherit meson gobject-introspection gsettings gettext bash-completion systemd fe
# polkit and gobject-introspection are mandatory and cannot be configured
REQUIRED_DISTRO_FEATURES = "polkit gobject-introspection-data"
-UNKNOWN_CONFIGURE_WHITELIST:append = " introspection"
+GIR_MESON_OPTION = ""
DEPENDS += " \
${BPN}-native \
--
2.33.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-11-18 2:41 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:41 [oe][meta-oe][PATCH] colord: 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.