summaryrefslogtreecommitdiffstats
path: root/recipes/imagemagick/imagemagick_6.4.4-1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/imagemagick/imagemagick_6.4.4-1.bb')
-rw-r--r--recipes/imagemagick/imagemagick_6.4.4-1.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/imagemagick/imagemagick_6.4.4-1.bb b/recipes/imagemagick/imagemagick_6.4.4-1.bb
index 546defc4ad..c2216a21df 100644
--- a/recipes/imagemagick/imagemagick_6.4.4-1.bb
+++ b/recipes/imagemagick/imagemagick_6.4.4-1.bb
@@ -1,9 +1,10 @@
DESCRIPTION = "ImageMagick is an image convertion tools"
SECTION = "console/utils"
LICENSE = "GPL"
-DEPENDS = "tiff"
+# FIXME: There is much more checked libraries. All should be added or explicitly disabled to get consistent results.
+DEPENDS = "bzip2 jpeg libpng tiff zlib"
-PR = "r1"
+PR = "r2"
SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}.tar.bz2 \
file://PerlMagic_MakePatch;patch=1 \