package/imagemagick: disable remaining config options (heic, jxl, openjp2)

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Seiderer 2021-02-20 00:02:56 +01:00 committed by Peter Korsgaard
parent 2f47cfade4
commit 42c80b515a

View File

@ -32,9 +32,12 @@ IMAGEMAGICK_CONF_OPTS = \
--without-fpx \ --without-fpx \
--without-gslib \ --without-gslib \
--without-gvc \ --without-gvc \
--without-heic \
--without-jbig \ --without-jbig \
--without-jxl \
--without-lqr \ --without-lqr \
--without-openexr \ --without-openexr \
--without-openjp2 \
--without-perl \ --without-perl \
--without-raqm \ --without-raqm \
--without-wmf \ --without-wmf \
@ -184,9 +187,12 @@ HOST_IMAGEMAGICK_CONF_OPTS = \
--without-fpx \ --without-fpx \
--without-gslib \ --without-gslib \
--without-gvc \ --without-gvc \
--without-heic \
--without-jbig \ --without-jbig \
--without-jxl \
--without-lqr \ --without-lqr \
--without-openexr \ --without-openexr \
--without-openjp2 \
--without-perl \ --without-perl \
--without-raqm \ --without-raqm \
--without-raw \ --without-raw \