aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/imagemagick
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-10-17 01:15:48 +0200
committerKoen Kooi <koen@openembedded.org>2010-10-17 09:43:20 +0200
commit84f26093c96c71158e6b1ec3d60bd47451f44adf (patch)
treef1fceddb9e5d27fa991ce8b916924e6470024307 /recipes/imagemagick
parent870db17aec86182019477ffa13b1c81d0c9be16a (diff)
downloadopenembedded-84f26093c96c71158e6b1ec3d60bd47451f44adf.tar.gz
imagemagick: add missing lcms dependency
see http://gitorious.org/angstrom/angstrom-testlab/commit/22416165ec14512909041503be3aaa6490a62d89
Diffstat (limited to 'recipes/imagemagick')
-rw-r--r--recipes/imagemagick/imagemagick_6.4.4-1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/imagemagick/imagemagick_6.4.4-1.bb b/recipes/imagemagick/imagemagick_6.4.4-1.bb
index 2faebde230..da4f37d461 100644
--- a/recipes/imagemagick/imagemagick_6.4.4-1.bb
+++ b/recipes/imagemagick/imagemagick_6.4.4-1.bb
@@ -2,9 +2,9 @@ DESCRIPTION = "ImageMagick is an image convertion tools"
SECTION = "console/utils"
LICENSE = "GPL"
# FIXME: There is much more checked libraries. All should be added or explicitly disabled to get consistent results.
-DEPENDS = "bzip2 jpeg libpng librsvg tiff zlib"
+DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib"
-PR = "r6"
+PR = "r7"
SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}.tar.bz2 \
file://PerlMagic_MakePatch;apply=yes \