All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] libpeas: gobject-introspection is mandatory and cannot be configured
@ 2020-08-08 12:53 Adrian Bunk
  2020-08-08 13:02 ` [oe] " Alexander Kanavin
  2020-08-10 19:08 ` Khem Raj
  0 siblings, 2 replies; 6+ messages in thread
From: Adrian Bunk @ 2020-08-08 12:53 UTC (permalink / raw)
  To: openembedded-devel

../libpeas-1.26.0/tests/libpeas/introspection/meson.build:47:0: ERROR: Unknown variable "libpeas_gir".

Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
 meta-oe/recipes-gnome/libpeas/libpeas_1.26.0.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-oe/recipes-gnome/libpeas/libpeas_1.26.0.bb b/meta-oe/recipes-gnome/libpeas/libpeas_1.26.0.bb
index 881751008..1b754343a 100644
--- a/meta-oe/recipes-gnome/libpeas/libpeas_1.26.0.bb
+++ b/meta-oe/recipes-gnome/libpeas/libpeas_1.26.0.bb
@@ -10,6 +10,10 @@ GTKDOC_MESON_OPTION = "gtk_doc"
 
 inherit gnomebase gobject-introspection gtk-doc gtk-icon-cache features_check
 
+# gobject-introspection is mandatory and cannot be configured
+REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
+UNKNOWN_CONFIGURE_WHITELIST_append = " --enable-introspection --disable-introspection"
+
 ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
 
 SRC_URI += " \
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-08-11 15:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-08 12:53 [meta-oe][PATCH] libpeas: gobject-introspection is mandatory and cannot be configured Adrian Bunk
2020-08-08 13:02 ` [oe] " Alexander Kanavin
2020-08-10 19:08 ` Khem Raj
2020-08-10 19:15   ` Alexander Kanavin
2020-08-11 15:48     ` Adrian Bunk
2020-08-11 15:47   ` Adrian Bunk

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.