Commit 1a5ae245 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files
parent 1300cb55
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ config BR2_PACKAGE_CAIRO_PNG

config BR2_PACKAGE_CAIRO_SCRIPT
	bool "script support"
	select BR2_PACKAGE_ZLIB
	select BR2_PACKAGE_CAIRO_PNG

config BR2_PACKAGE_CAIRO_SVG
	bool "svg support"
+0 −1
Original line number Diff line number Diff line
@@ -86,7 +86,6 @@ endif

ifeq ($(BR2_PACKAGE_CAIRO_SCRIPT),y)
	CAIRO_CONF_OPT += --enable-script
	CAIRO_DEPENDENCIES += zlib
else
	CAIRO_CONF_OPT += --disable-script
endif