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>
This commit is contained in:
Piotr Tworek
2019-08-22 19:17:08 +02:00
committed by Khem Raj
parent 5458f8264a
commit 318d683adf
@@ -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 \