[webkit-help] How to disable the SVG feature from webkit

Brent Fulgham bfulgham at gmail.com
Mon Dec 7 09:32:46 PST 2009


On Mon, Dec 7, 2009 at 8:58 AM, Nayan <nayankk at gmail.com> wrote:
> Hi Guhan,
>
> Option '--no-svg' to 'build-webkit' script will disable SVG build.
>
> WebKitTools/Scripts/build-webkit --no-svg
>

If you use the Visual Studio project to build, you will need to remove
the "ENABLE_SVG" from the 'FEATURE_DEFINES' in the
WebCore/WebCore.vcproj/build-generated-files.  It's also defined in
the project settings (WebCoreCommon.vsprops).

I'm not sure if the build-webkit script overrides those settings somehow.

-Brent


More information about the webkit-help mailing list