From: Peter Seiderer Date: Fri, 19 Feb 2021 23:02:56 +0000 (+0100) Subject: package/imagemagick: disable remaining config options (heic, jxl, openjp2) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=42c80b515a9c3d2e9674cb8947c172a893df5896;p=buildroot.git package/imagemagick: disable remaining config options (heic, jxl, openjp2) Signed-off-by: Peter Seiderer Signed-off-by: Peter Korsgaard --- 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 \