From 4ce1faf54de6a77d549ef478f0b7e6387d590731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 9 Dec 2019 09:36:11 +0100 Subject: [PATCH] libgdata: add x11 to required distro features MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/libgdata/libgdata_0.17.10.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"