aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2020-08-08 15:53:51 +0300
committerKhem Raj <raj.khem@gmail.com>2020-08-08 09:50:38 -0700
commitc9312d863b3b59630f778a7a966c16771e439aa6 (patch)
tree947648b2044a5d511f90c84667be2d8ec20feced /meta-oe
parent630c9f2d6535ecfc2a2d710658b767822c5425ab (diff)
downloadmeta-openembedded-contrib-c9312d863b3b59630f778a7a966c16771e439aa6.tar.gz
libpeas: gobject-introspection is mandatory and cannot be configured
../libpeas-1.26.0/tests/libpeas/introspection/meson.build:47:0: ERROR: Unknown variable "libpeas_gir". Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-gnome/libpeas/libpeas_1.26.0.bb4
1 files changed, 4 insertions, 0 deletions
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 8817510083..1b754343a1 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 += " \