diff options
author | Fabien Lahoudere <fabien.lahoudere@collabora.com> | 2018-11-20 17:14:06 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-11-26 09:38:14 -0800 |
commit | ddd121299c8455d67835d9a8024610ef77729e2e (patch) | |
tree | f1a3352d2cb945178f376023abb5220984b99022 /meta-gnome/recipes-gnome/evince | |
parent | a0960f9572ccdf1d90c9a03f63923f4bf62e8c50 (diff) | |
download | meta-openembedded-ddd121299c8455d67835d9a8024610ef77729e2e.tar.gz |
evince: Drop x11 requirement
evince works fine in a wayland only distribution.
x11 requirement is not needed.
Signed-off-by: Fabien Lahoudere <fabien.lahoudere@collabora.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/evince')
-rw-r--r-- | meta-gnome/recipes-gnome/evince/evince_3.28.2.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/evince/evince_3.28.2.bb b/meta-gnome/recipes-gnome/evince/evince_3.28.2.bb index 8bf8a04e2..01f581a35 100644 --- a/meta-gnome/recipes-gnome/evince/evince_3.28.2.bb +++ b/meta-gnome/recipes-gnome/evince/evince_3.28.2.bb | |||
@@ -6,8 +6,6 @@ DEPENDS = "gtk+3 libsecret ${@bb.utils.contains('DISTRO_FEATURES','x11','gnome-d | |||
6 | 6 | ||
7 | inherit gnome pkgconfig gtk-icon-cache gsettings gobject-introspection distro_features_check systemd | 7 | inherit gnome pkgconfig gtk-icon-cache gsettings gobject-introspection distro_features_check systemd |
8 | 8 | ||
9 | REQUIRED_DISTRO_FEATURES = "x11" | ||
10 | |||
11 | SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@gnome_verdir("${PV}")}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive \ | 9 | SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@gnome_verdir("${PV}")}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive \ |
12 | file://0001-help-remove-YELP-macro.patch \ | 10 | file://0001-help-remove-YELP-macro.patch \ |
13 | file://0001-Add-format-attribute-to-_synctex_malloc.patch \ | 11 | file://0001-Add-format-attribute-to-_synctex_malloc.patch \ |