From 42c80b515a9c3d2e9674cb8947c172a893df5896 Mon Sep 17 00:00:00 2001 From: Peter Seiderer Date: Sat, 20 Feb 2021 00:02:56 +0100 Subject: [PATCH] package/imagemagick: disable remaining config options (heic, jxl, openjp2) Signed-off-by: Peter Seiderer Signed-off-by: Peter Korsgaard --- 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.2