summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"
10 10
11inherit gnomebase gobject-introspection gtk-doc gtk-icon-cache features_check 11inherit gnomebase gobject-introspection gtk-doc gtk-icon-cache features_check
12 12
13# gobject-introspection is mandatory and cannot be configured
14REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
15UNKNOWN_CONFIGURE_WHITELIST_append = " --enable-introspection --disable-introspection"
16
13ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" 17ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
14 18
15SRC_URI += " \ 19SRC_URI += " \