mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
gimp: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -24,7 +24,9 @@ DEPENDS = " \
|
||||
"
|
||||
DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)}"
|
||||
|
||||
inherit gnome gtk-doc
|
||||
inherit distro_features_check gnome gtk-doc
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
SRC_URI = "http://ftp.gimp.org/pub/gimp/v2.8/gimp-${PV}.tar.bz2 \
|
||||
file://0001-configure-ac-do-not-check-for-freetype-config.patch \
|
||||
|
||||
Reference in New Issue
Block a user