Commit af168fe2 authored by Shimeng (Simon) Wang's avatar Shimeng (Simon) Wang
Browse files

Change buildspec to allow disabling SVG.

Change-Id: Ia1a8fab6118f39ca10ca8df2254bef5466e54d75
parent 2d2e4884
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment