diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2014-08-02 10:08:23 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-10 16:07:17 +0200 |
commit | 0f4a842e82326062d97754ea85f4ad3856948af3 (patch) | |
tree | 4d97ec0bd0f13fd2c509473bb8f638ebde6de91a /meta-oe/recipes-graphics/gimp | |
parent | 07dc7738c142060e142e77199b9421f579c11b69 (diff) | |
download | meta-openembedded-0f4a842e82326062d97754ea85f4ad3856948af3.tar.gz |
gimp 2.8.10: add bzip dependency
WARNING: QA Issue: gimp rdepends on libbz2 but its not a build
dependency? [build-deps]
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/gimp')
-rw-r--r-- | meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb | 2 |
1 files changed, 1 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 77bc6bd0c..a893dc259 100644 --- a/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb +++ b/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb | |||
@@ -4,7 +4,7 @@ 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 lcms gegl poppler jasper" | 7 | DEPENDS = "babl gdk-pixbuf-native libart-lgpl gtk+ jpeg libpng libexif tiff lcms gegl poppler jasper bzip2" |
8 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)}" | 8 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)}" |
9 | 9 | ||
10 | inherit gnome | 10 | inherit gnome |