mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
cairo: script backend needs png
Fixes http://autobuild.buildroot.org/results/7b21c60d7ba1a8df8910d104e21d4545cb37a4c6 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
1300cb5562
commit
1a5ae24549
@ -30,7 +30,7 @@ config BR2_PACKAGE_CAIRO_PNG
|
|||||||
|
|
||||||
config BR2_PACKAGE_CAIRO_SCRIPT
|
config BR2_PACKAGE_CAIRO_SCRIPT
|
||||||
bool "script support"
|
bool "script support"
|
||||||
select BR2_PACKAGE_ZLIB
|
select BR2_PACKAGE_CAIRO_PNG
|
||||||
|
|
||||||
config BR2_PACKAGE_CAIRO_SVG
|
config BR2_PACKAGE_CAIRO_SVG
|
||||||
bool "svg support"
|
bool "svg support"
|
||||||
|
@ -86,7 +86,6 @@ endif
|
|||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_CAIRO_SCRIPT),y)
|
ifeq ($(BR2_PACKAGE_CAIRO_SCRIPT),y)
|
||||||
CAIRO_CONF_OPT += --enable-script
|
CAIRO_CONF_OPT += --enable-script
|
||||||
CAIRO_DEPENDENCIES += zlib
|
|
||||||
else
|
else
|
||||||
CAIRO_CONF_OPT += --disable-script
|
CAIRO_CONF_OPT += --disable-script
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user