[Buildroot] [PATCH/next v1 5/5] package/imagemagick: disable remaining config options (heic, jxl, openjp2)

Peter Seiderer ps.report at gmx.net
Fri Feb 19 23:02:56 UTC 2021


Signed-off-by: Peter Seiderer <ps.report at gmx.net>
---
 package/imagemagick/imagemagick.mk | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/package/imagemagick/imagemagick.mk b/package/imagemagick/imagemagick.mk
index 30200e95b0..97517228cf 100644
--- a/package/imagemagick/imagemagick.mk
+++ b/package/imagemagick/imagemagick.mk
@@ -32,9 +32,12 @@ IMAGEMAGICK_CONF_OPTS = \
 	--without-fpx \
 	--without-gslib \
 	--without-gvc \
+	--without-heic \
 	--without-jbig \
+	--without-jxl \
 	--without-lqr \
 	--without-openexr \
+	--without-openjp2 \
 	--without-perl \
 	--without-raqm \
 	--without-wmf \
@@ -184,9 +187,12 @@ HOST_IMAGEMAGICK_CONF_OPTS = \
 	--without-fpx \
 	--without-gslib \
 	--without-gvc \
+	--without-heic \
 	--without-jbig \
+	--without-jxl \
 	--without-lqr \
 	--without-openexr \
+	--without-openjp2 \
 	--without-perl \
 	--without-raqm \
 	--without-raw \
-- 
2.30.0



More information about the buildroot mailing list