From af168fe2679f530bb2bad144dde7dc5ddefcca2f Mon Sep 17 00:00:00 2001 From: "Shimeng (Simon) Wang" Date: Tue, 4 May 2010 10:22:40 -0700 Subject: Change buildspec to allow disabling SVG. Change-Id: Ia1a8fab6118f39ca10ca8df2254bef5466e54d75 --- buildspec.mk.default | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'buildspec.mk.default') diff --git a/buildspec.mk.default b/buildspec.mk.default index 6303efc..bc4de4b 100644 --- a/buildspec.mk.default +++ b/buildspec.mk.default @@ -106,9 +106,9 @@ ifndef WEBCORE_INSTRUMENTATION #WEBCORE_INSTRUMENTATION:=true endif -# To enable SVG in webcore define ENABLE_SVG:=true +# To disable SVG in webcore define ENABLE_SVG:=false ifndef ENABLE_SVG -#ENABLE_SVG:=true +#ENABLE_SVG:=false endif # when the build system changes such that this file must be updated, this -- cgit v1.1