diff options
-rw-r--r-- | meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb b/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb index e7d9c45e4..77bc6bd0c 100644 --- a/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb +++ b/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb | |||
@@ -4,10 +4,14 @@ SECTION = "x11/graphics" | |||
4 | LICENSE = "GPLv3" | 4 | LICENSE = "GPLv3" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
6 | 6 | ||
7 | DEPENDS = "babl gdk-pixbuf-native libart-lgpl gtk+ jpeg libpng libexif tiff webkit-gtk lcms gegl poppler" | 7 | DEPENDS = "babl gdk-pixbuf-native libart-lgpl gtk+ jpeg libpng libexif tiff lcms gegl poppler jasper" |
8 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)}" | ||
8 | 9 | ||
9 | inherit gnome | 10 | inherit gnome |
10 | 11 | ||
12 | PACKAGECONFIG ??= "" | ||
13 | PACKAGECONFIG[helpbrowser] = "--with-webkit, --without-webkit, webkit-gtk" | ||
14 | |||
11 | SRC_URI = "http://ftp.gimp.org/pub/gimp/v2.8/gimp-${PV}.tar.bz2 \ | 15 | SRC_URI = "http://ftp.gimp.org/pub/gimp/v2.8/gimp-${PV}.tar.bz2 \ |
12 | file://freetype.patch \ | 16 | file://freetype.patch \ |
13 | " | 17 | " |