diff options
-rw-r--r-- | meta-gnome/recipes-gnome/eds/evolution-data-server_3.32.4.bb | 4 |
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 = " \ | |||
14 | dbus db virtual/libiconv zlib libsoup-2.4 libical nss libsecret \ | 14 | dbus db virtual/libiconv zlib libsoup-2.4 libical nss libsecret \ |
15 | " | 15 | " |
16 | 16 | ||
17 | inherit distro_features_check gnomebase cmake gtk-doc gettext gobject-introspection perlnative pythonnative | 17 | inherit gnomebase cmake gtk-doc gettext gobject-introspection perlnative pythonnative |
18 | |||
19 | REQUIRED_DISTRO_FEATURES = "x11" | ||
20 | 18 | ||
21 | SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@gnome_verdir("${PV}")}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive \ | 19 | SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@gnome_verdir("${PV}")}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive \ |
22 | file://0001-CMakeLists.txt-Remove-TRY_RUN-for-iconv.patch \ | 20 | file://0001-CMakeLists.txt-Remove-TRY_RUN-for-iconv.patch \ |