Browse Source

cairo: script backend needs png

Fixes http://autobuild.buildroot.org/results/7b21c60d7ba1a8df8910d104e21d4545cb37a4c6

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 12 years ago
parent
commit
1a5ae24549
2 changed files with 1 additions and 2 deletions
  1. 1 1
      package/cairo/Config.in
  2. 0 1
      package/cairo/cairo.mk

+ 1 - 1
package/cairo/Config.in

@@ -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
package/cairo/cairo.mk

@@ -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