aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorPiotr Tworek <tworaz@tworaz.net>2019-08-22 19:17:08 +0200
committerKhem Raj <raj.khem@gmail.com>2019-08-24 05:20:42 -0700
commit318d683adf9312abe9ac98e0570d539d31483990 (patch)
treedbc4d41c0babde052280cc2d74d399460a781afd /meta-gnome
parent5458f8264a6cd88ab24ca5ecb7477b3b9ab74802 (diff)
downloadmeta-openembedded-contrib-318d683adf9312abe9ac98e0570d539d31483990.tar.gz
evolution-data-server: Drop x11 as required distro feature.
The package does not actually need X11 to build and work. Its perfectly usable in headless or wayland only setups. Signed-off-by: Piotr Tworek <tworaz@tworaz.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/eds/evolution-data-server_3.32.4.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-gnome/recipes-gnome/eds/evolution-data-server_3.32.4.bb b/meta-gnome/recipes-gnome/eds/evolution-data-server_3.32.4.bb
index ddb62597f4..e3aa5a8345 100644
--- a/meta-gnome/recipes-gnome/eds/evolution-data-server_3.32.4.bb
+++ b/meta-gnome/recipes-gnome/eds/evolution-data-server_3.32.4.bb
@@ -14,9 +14,7 @@ DEPENDS = " \
dbus db virtual/libiconv zlib libsoup-2.4 libical nss libsecret \
"
-inherit distro_features_check gnomebase cmake gtk-doc gettext gobject-introspection perlnative pythonnative
-
-REQUIRED_DISTRO_FEATURES = "x11"
+inherit gnomebase cmake gtk-doc gettext gobject-introspection perlnative pythonnative
SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@gnome_verdir("${PV}")}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive \
file://0001-CMakeLists.txt-Remove-TRY_RUN-for-iconv.patch \