aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2019-12-09 09:36:11 +0100
committerKhem Raj <raj.khem@gmail.com>2019-12-10 16:21:08 -0800
commit4ce1faf54de6a77d549ef478f0b7e6387d590731 (patch)
tree9037ae2f85921be1b6add7e2ddadd1b36d4c790f /meta-gnome
parent3cab4ce7f40cc13d435a3e3a91075f07eebb3cd4 (diff)
downloadmeta-openembedded-contrib-4ce1faf54de6a77d549ef478f0b7e6387d590731.tar.gz
libgdata: add x11 to required distro features
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/libgdata/libgdata_0.17.10.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/libgdata/libgdata_0.17.10.bb b/meta-gnome/recipes-gnome/libgdata/libgdata_0.17.10.bb
index 7bedd87ad0..8e8e12b383 100644
--- a/meta-gnome/recipes-gnome/libgdata/libgdata_0.17.10.bb
+++ b/meta-gnome/recipes-gnome/libgdata/libgdata_0.17.10.bb
@@ -12,7 +12,10 @@ DEPENDS = "libxml2 glib-2.0 libsoup-2.4 intltool-native liboauth gcr json-glib"
GTKDOC_MESON_OPTION = "gtk_doc"
GNOMEBASEBUILDCLASS = "meson"
-inherit gnomebase pkgconfig gettext gtk-doc vala gobject-introspection manpages
+inherit gnomebase pkgconfig gettext gtk-doc vala gobject-introspection manpages features_check
+
+# gcr
+REQUIRED_DISTRO_FEATURES = "x11"
do_compile_prepend() {
export GIR_EXTRA_LIBS_PATH="${B}/gdata/.libs"