mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
package/imagemagick: add optional libraw support
Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
d6667f3141
commit
2f47cfade4
@@ -88,6 +88,13 @@ else
|
||||
IMAGEMAGICK_CONF_OPTS += --without-png
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBRAW),y)
|
||||
IMAGEMAGICK_CONF_OPTS += --with-raw
|
||||
IMAGEMAGICK_DEPENDENCIES += libraw
|
||||
else
|
||||
IMAGEMAGICK_CONF_OPTS += --without-raw
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBRSVG),y)
|
||||
IMAGEMAGICK_CONF_OPTS += --with-rsvg
|
||||
IMAGEMAGICK_DEPENDENCIES += librsvg
|
||||
@@ -182,6 +189,7 @@ HOST_IMAGEMAGICK_CONF_OPTS = \
|
||||
--without-openexr \
|
||||
--without-perl \
|
||||
--without-raqm \
|
||||
--without-raw \
|
||||
--without-wmf \
|
||||
--without-x \
|
||||
--without-zip \
|
||||
|
||||
Reference in New Issue
Block a user