[oe] [meta-gnome][PATCH 05/23] evolution-data-server: only include when x11 in DISTRO_FEATURES

Armin Kuster akuster808 at gmail.com
Wed Mar 7 19:00:57 UTC 2018


Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-gnome/recipes-gnome/eds/evolution-data-server_3.26.3.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-gnome/eds/evolution-data-server_3.26.3.bb b/meta-gnome/recipes-gnome/eds/evolution-data-server_3.26.3.bb
index 2d410e2..f4ff489 100644
--- a/meta-gnome/recipes-gnome/eds/evolution-data-server_3.26.3.bb
+++ b/meta-gnome/recipes-gnome/eds/evolution-data-server_3.26.3.bb
@@ -14,7 +14,9 @@ DEPENDS = " \
     dbus db virtual/libiconv zlib libsoup-2.4 libglade libical nss libsecret \
 "
 
-inherit gnomebase cmake gtk-doc gettext gobject-introspection perlnative pythonnative
+inherit distro_features_check gnomebase cmake gtk-doc gettext gobject-introspection perlnative pythonnative
+
+REQUIRED_DISTRO_FEATURES = "x11"
 
 SRC_URI += " \
     file://0001-CMakeLists.txt-Remove-TRY_RUN-for-iconv.patch \
-- 
2.7.4




More information about the Openembedded-devel mailing list