package/graphicsmagick: add support for webp image format
Signed-off-by: Grzegorz Blach <grzegorz@blach.pl> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
03523e6069
commit
4ee1b0fac3
@@ -27,7 +27,6 @@ GRAPHICSMAGICK_CONF_OPTS = \
|
|||||||
--without-jbig \
|
--without-jbig \
|
||||||
--without-perl \
|
--without-perl \
|
||||||
--without-trio \
|
--without-trio \
|
||||||
--without-webp \
|
|
||||||
--without-wmf \
|
--without-wmf \
|
||||||
--without-x \
|
--without-x \
|
||||||
--with-gs-font-dir=/usr/share/fonts/gs
|
--with-gs-font-dir=/usr/share/fonts/gs
|
||||||
@@ -85,6 +84,13 @@ else
|
|||||||
GRAPHICSMAGICK_CONF_OPTS += --without-tiff
|
GRAPHICSMAGICK_CONF_OPTS += --without-tiff
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_WEBP_MUX),y)
|
||||||
|
GRAPHICSMAGICK_CONF_OPTS += --with-webp
|
||||||
|
GRAPHICSMAGICK_DEPENDENCIES += webp
|
||||||
|
else
|
||||||
|
GRAPHICSMAGICK_CONF_OPTS += --without-webp
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_XZ),y)
|
ifeq ($(BR2_PACKAGE_XZ),y)
|
||||||
GRAPHICSMAGICK_CONF_OPTS += --with-lzma
|
GRAPHICSMAGICK_CONF_OPTS += --with-lzma
|
||||||
GRAPHICSMAGICK_DEPENDENCIES += xz
|
GRAPHICSMAGICK_DEPENDENCIES += xz
|
||||||
|
|||||||
Reference in New Issue
Block a user