summaryrefslogtreecommitdiff
path: root/package/ImageMagick/Makefile
diff options
context:
space:
mode:
authorwbx <wbx@openadk.org>2011-04-29 18:09:11 +0200
committerwbx <wbx@openadk.org>2011-04-29 18:09:11 +0200
commited5d1f8b7bfb0015e22dbc95f01a253a81b81f36 (patch)
tree0f0020fa0eb348a1bbbd044b7733c3e8e242e146 /package/ImageMagick/Makefile
parent7cc2a1778bdea47e6737ed6109fc88e32253a41b (diff)
parentfb5986b361eae7893a57e92ec0a4f820b89bc527 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/ImageMagick/Makefile')
-rw-r--r--package/ImageMagick/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/package/ImageMagick/Makefile b/package/ImageMagick/Makefile
index 8ee6641c6..63f6d916f 100644
--- a/package/ImageMagick/Makefile
+++ b/package/ImageMagick/Makefile
@@ -10,7 +10,7 @@ PKG_RELEASE:= 1
PKG_MD5SUM:= a07a97cfb28b588cbcf83ffa9ec92e3f
PKG_DESCR:= image processing and converting utility
PKG_SECTION:= multimedia
-PKG_BUILDDEP:= jpeg libtiff fontconfig libiconv
+PKG_BUILDDEP:= libpng jpeg libtiff fontconfig libiconv
PKG_URL:= http://www.imagemagick.org/
PKG_SITES:= http://image_magick.veidrodis.com/image_magick/
PKG_NEED_CXX:= 1
@@ -46,6 +46,10 @@ CONFIGURE_ARGS+= --with-magick-plus-plus=no \
--without-lcms \
--without-lcms2 \
--without-wmf \
+ --without-xml \
+ --with-jpeg \
+ --with-png \
+ --with-tiff \
--enable-fast-install
libimagemagick-install: