aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2020-07-26 11:22:36 -0700
committerKhem Raj <raj.khem@gmail.com>2020-07-28 12:55:35 -0700
commit3b6cbd30d891e98d82fc8b47189f9d6f77eaa022 (patch)
treece03be5f8a575cf559e564653cca65adb771d8a5
parent04c7db7b93264d81b869ef9cacf1083c7ad5da29 (diff)
downloadmeta-openembedded-contrib-3b6cbd30d891e98d82fc8b47189f9d6f77eaa022.tar.gz
libpeas: this depends on gtk3+ add FEATURE CHECK
This has a dependancy on GTK3DISTROFEATURES so add the check ERROR: Nothing PROVIDES 'gtk+3' (but /.../meta-openembedded/meta-oe/recipes-gnome/libpeas/libpeas_1.25.3.bb, /.../poky/meta/recipes-gnome/gnome/adwaita-icon-theme_3.36.1.bb DEPENDS on or otherwise requires it) gtk+3 was skipped: one of 'wayland x11' needs to be in DISTRO_FEATURES Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-gnome/libpeas/libpeas_1.25.3.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-gnome/libpeas/libpeas_1.25.3.bb b/meta-oe/recipes-gnome/libpeas/libpeas_1.25.3.bb
index 57419a4275..78314007e3 100644
--- a/meta-oe/recipes-gnome/libpeas/libpeas_1.25.3.bb
+++ b/meta-oe/recipes-gnome/libpeas/libpeas_1.25.3.bb
@@ -8,7 +8,9 @@ DEPENDS = "gtk+3"
GNOMEBASEBUILDCLASS = "meson"
GTKDOC_MESON_OPTION = "gtk_doc"
-inherit gnomebase gobject-introspection gtk-doc gtk-icon-cache
+inherit gnomebase gobject-introspection gtk-doc gtk-icon-cache features_check
+
+ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
SRC_URI[archive.md5sum] = "08bfff8f9688cf630dcb0f950617661f"
SRC_URI[archive.sha256sum] = "1c9bbb29740c29cd6e1dd0c9964722ff08cd5e6f68f1b5c135bc391a6ce97639"