Change buildspec to allow disabling SVG.

Change-Id: Ia1a8fab6118f39ca10ca8df2254bef5466e54d75
This commit is contained in:
Shimeng (Simon) Wang 2010-05-04 10:22:40 -07:00
parent 2d2e4884eb
commit af168fe267
1 changed files with 2 additions and 2 deletions

View File

@ -106,9 +106,9 @@ ifndef WEBCORE_INSTRUMENTATION
#WEBCORE_INSTRUMENTATION:=true #WEBCORE_INSTRUMENTATION:=true
endif endif
# To enable SVG in webcore define ENABLE_SVG:=true # To disable SVG in webcore define ENABLE_SVG:=false
ifndef ENABLE_SVG ifndef ENABLE_SVG
#ENABLE_SVG:=true #ENABLE_SVG:=false
endif endif
# when the build system changes such that this file must be updated, this # when the build system changes such that this file must be updated, this