Thanks, applied as c7f8e57793cda8f33b377dbebd6b8e759f307dc3. Michael
[sent from post-receive hook] On Fri, 26 Jun 2020 13:00:55 +0200, Artur Wiebe <[email protected]> wrote: > Signed-off-by: Artur Wiebe <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/imagemagick.in b/rules/imagemagick.in > index 7bf7b9b99b0b..3885339f8c4a 100644 > --- a/rules/imagemagick.in > +++ b/rules/imagemagick.in > @@ -5,6 +5,7 @@ menuconfig IMAGEMAGICK > select ZLIB if IMAGEMAGICK_USE_ZLIB > select LIBPNG if IMAGEMAGICK_USE_LIBPNG > select LIBJPEG if IMAGEMAGICK_USE_LIBJPEG > + select LIBWEBP if IMAGEMAGICK_USE_LIBWEBP > prompt "imagemagick " > help > ImageMagick® is a software suite to create, edit, compose, or convert > @@ -37,5 +38,12 @@ config IMAGEMAGICK_USE_LIBJPEG > prompt "Enable JPEG" > help > Enable JPEG support > + > +config IMAGEMAGICK_USE_LIBWEBP > + bool > + default y > + prompt "Enable WEBP" > + help > + Enable WEBP support > > endif > diff --git a/rules/imagemagick.make b/rules/imagemagick.make > index efe36d3587f9..f0a8c7062c7a 100644 > --- a/rules/imagemagick.make > +++ b/rules/imagemagick.make > @@ -87,7 +87,7 @@ IMAGEMAGICK_AUTOCONF := \ > --$(call ptx/wwo, PTXCONF_IMAGEMAGICK_USE_LIBPNG)-png \ > --without-rsvg \ > --without-tiff \ > - --without-webp \ > + --$(call ptx/wwo, PTXCONF_IMAGEMAGICK_USE_LIBWEBP)-webp \ > --without-wmf \ > --without-xml > _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
