mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
imagemagick: add explicit pango 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
de81d2e541
commit
fa23075573
@ -92,6 +92,13 @@ else
|
|||||||
IMAGEMAGICK_CONF_OPTS += --without-xml
|
IMAGEMAGICK_CONF_OPTS += --without-xml
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_PANGO),y)
|
||||||
|
IMAGEMAGICK_CONF_OPTS += --with-pango
|
||||||
|
IMAGEMAGICK_DEPENDENCIES += pango
|
||||||
|
else
|
||||||
|
IMAGEMAGICK_CONF_OPTS += --without-pango
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_TIFF),y)
|
ifeq ($(BR2_PACKAGE_TIFF),y)
|
||||||
IMAGEMAGICK_CONF_OPTS += --with-tiff
|
IMAGEMAGICK_CONF_OPTS += --with-tiff
|
||||||
IMAGEMAGICK_DEPENDENCIES += tiff
|
IMAGEMAGICK_DEPENDENCIES += tiff
|
||||||
|
Loading…
x
Reference in New Issue
Block a user