imagemagick: add explicit lzma (xz) support
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
fa23075573
commit
fa693c37dc
@ -106,6 +106,13 @@ else
|
||||
IMAGEMAGICK_CONF_OPTS += --without-tiff
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_XZ),y)
|
||||
IMAGEMAGICK_CONF_OPTS += --with-lzma
|
||||
IMAGEMAGICK_DEPENDENCIES += xz
|
||||
else
|
||||
IMAGEMAGICK_CONF_OPTS += --without-lzma
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_FFTW),y)
|
||||
# configure script misdetects these leading to build errors
|
||||
IMAGEMAGICK_CONF_ENV += ac_cv_func_creal=yes ac_cv_func_cimag=yes
|
||||
|
Loading…
Reference in New Issue
Block a user