diff options
Diffstat (limited to 'meta-oe/recipes-graphics/gimp/gimp_2.8.22.bb')
-rw-r--r-- | meta-oe/recipes-graphics/gimp/gimp_2.8.22.bb | 2 |
1 files changed, 1 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 1d64910fd..024534508 100644 --- a/meta-oe/recipes-graphics/gimp/gimp_2.8.22.bb +++ b/meta-oe/recipes-graphics/gimp/gimp_2.8.22.bb | |||
@@ -25,7 +25,7 @@ DEPENDS = " \ | |||
25 | " | 25 | " |
26 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)}" | 26 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)}" |
27 | 27 | ||
28 | inherit distro_features_check gnomebase gtk-icon-cache gtk-doc | 28 | inherit features_check gnomebase gtk-icon-cache gtk-doc |
29 | 29 | ||
30 | REQUIRED_DISTRO_FEATURES = "x11" | 30 | REQUIRED_DISTRO_FEATURES = "x11" |
31 | 31 | ||