RESOLVED FIXED 8912
It should be possible to turn off XPath and SVG from the build
https://bugs.webkit.org/show_bug.cgi?id=8912
Summary It should be possible to turn off XPath and SVG from the build
Anders Carlsson
Reported 2006-05-14 23:47:11 PDT
This will need a way to feed defines to the bindings generator. I started working on this and have a half-broken patch.
Attachments
Patch (16.91 KB, patch)
2006-05-16 15:57 PDT, Anders Carlsson
darin: review+
Anders Carlsson
Comment 1 2006-05-16 15:57:41 PDT
Created attachment 8356 [details] Patch With this patch I can build WebCore without XPath and SVG support by changing the FEATURE_DEFINES build setting variable. Note that after changing the variable, the DerivedSources files have to be deleted because make clean won't remove them
Darin Adler
Comment 2 2006-05-16 16:15:40 PDT
Comment on attachment 8356 [details] Patch r=me -- we talked about ways to improve this but I think it's good to land this version.
Note You need to log in before you can comment on or make changes to this bug.