diff options
author | Armin Kuster <akuster808@gmail.com> | 2018-03-06 16:35:06 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-12 09:59:32 -0700 |
commit | 5af69d3cfa435a4cfcf24dedb3f570fe0b890026 (patch) | |
tree | 257aac077b3855cafb3c7edaf331757fed00c226 /meta-oe/recipes-graphics/gimp | |
parent | 248e6b46c6d80962a5fbbfb556a4fe7414c9359f (diff) | |
download | meta-openembedded-5af69d3cfa435a4cfcf24dedb3f570fe0b890026.tar.gz |
gimp: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/gimp')
-rw-r--r-- | meta-oe/recipes-graphics/gimp/gimp_2.8.22.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/gimp/gimp_2.8.22.bb b/meta-oe/recipes-graphics/gimp/gimp_2.8.22.bb index cd7e27a19..943986e77 100644 --- a/meta-oe/recipes-graphics/gimp/gimp_2.8.22.bb +++ b/meta-oe/recipes-graphics/gimp/gimp_2.8.22.bb | |||
@@ -24,7 +24,9 @@ DEPENDS = " \ | |||
24 | " | 24 | " |
25 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)}" | 25 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)}" |
26 | 26 | ||
27 | inherit gnome gtk-doc | 27 | inherit distro_features_check gnome gtk-doc |
28 | |||
29 | REQUIRED_DISTRO_FEATURES = "x11" | ||
28 | 30 | ||
29 | SRC_URI = "http://ftp.gimp.org/pub/gimp/v2.8/gimp-${PV}.tar.bz2 \ | 31 | SRC_URI = "http://ftp.gimp.org/pub/gimp/v2.8/gimp-${PV}.tar.bz2 \ |
30 | file://0001-configure-ac-do-not-check-for-freetype-config.patch \ | 32 | file://0001-configure-ac-do-not-check-for-freetype-config.patch \ |