Loading package/cairo/Config.in +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading package/cairo/cairo.mk +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
package/cairo/Config.in +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading
package/cairo/cairo.mk +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading