summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/imagemagick/imagemagick.mk37
1 files changed, 37 insertions, 0 deletions
diff --git a/package/imagemagick/imagemagick.mk b/package/imagemagick/imagemagick.mk
index b75d65375b..72482267ce 100644
--- a/package/imagemagick/imagemagick.mk
+++ b/package/imagemagick/imagemagick.mk
@@ -143,4 +143,41 @@ else
IMAGEMAGICK_CONF_OPTS += --without-bzlib
endif
+HOST_IMAGEMAGICK_CONF_OPTS = \
+ --disable-openmp \
+ --without-djvu \
+ --without-dps \
+ --without-flif \
+ --without-fpx \
+ --without-gslib \
+ --without-gvc \
+ --without-jbig \
+ --without-lqr \
+ --without-openexr \
+ --without-perl \
+ --without-raqm \
+ --without-wmf \
+ --without-x \
+ --without-bzlib \
+ --without-fftw \
+ --without-fontconfig \
+ --without-freetype \
+ --without-lcms \
+ --without-lzma \
+ --without-pango \
+ --without-rsvg \
+ --without-tiff \
+ --without-webp \
+ --without-xml \
+ --with-jpeg \
+ --with-png \
+ --with-zlib
+
+HOST_IMAGEMAGICK_DEPENDENCIES = \
+ host-libjpeg \
+ host-libpng \
+ host-pkgconf \
+ host-zlib
+
$(eval $(autotools-package))
+$(eval $(host-autotools-package))
OpenPOWER on IntegriCloud