package/imagemagick: disable remaining config options (heic, jxl, openjp2)
authorPeter Seiderer <ps.report@gmx.net>
Fri, 19 Feb 2021 23:02:56 +0000 (00:02 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 26 Feb 2021 23:39:17 +0000 (00:39 +0100)
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/imagemagick/imagemagick.mk

index 30200e95b0ddc5fd473956cc12c599ccd1379815..97517228cf99ac43dfd0dd734a8b3fb5421f578d 100644 (file)
@@ -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 \