diff options
author | Armin Kuster <akuster808@gmail.com> | 2018-03-07 08:08:57 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-12 09:59:34 -0700 |
commit | 62376d673aa86b5f8ffb26c8a74046ee87ef4f66 (patch) | |
tree | 380b1fa917373a522b439dddc438d878f6fd77f8 /meta-gnome | |
parent | 13a0b2659a0551c09d6a61c5d11cf061d544bfde (diff) | |
download | meta-openembedded-62376d673aa86b5f8ffb26c8a74046ee87ef4f66.tar.gz |
evince: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/evince/evince_3.24.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/evince/evince_3.24.0.bb b/meta-gnome/recipes-gnome/evince/evince_3.24.0.bb index 78a949526..c7ecf2ba5 100644 --- a/meta-gnome/recipes-gnome/evince/evince_3.24.0.bb +++ b/meta-gnome/recipes-gnome/evince/evince_3.24.0.bb | |||
@@ -7,6 +7,8 @@ PR = "r5" | |||
7 | 7 | ||
8 | inherit gnome pkgconfig gtk-icon-cache gsettings gobject-introspection distro_features_check systemd | 8 | inherit gnome pkgconfig gtk-icon-cache gsettings gobject-introspection distro_features_check systemd |
9 | 9 | ||
10 | REQUIRED_DISTRO_FEATURES = "x11" | ||
11 | |||
10 | SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@gnome_verdir("${PV}")}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive \ | 12 | SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@gnome_verdir("${PV}")}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive \ |
11 | file://0001-help-remove-YELP-macro.patch \ | 13 | file://0001-help-remove-YELP-macro.patch \ |
12 | file://0001-Add-format-attribute-to-_synctex_malloc.patch \ | 14 | file://0001-Add-format-attribute-to-_synctex_malloc.patch \ |