[Webkit-unassigned] [Bug 115556] [CMake] Don't compile SVG/MATHML files if they are not enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 3 23:32:38 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=115556





--- Comment #6 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2013-05-03 23:30:59 PST ---
SVG and MathML files are guarded using ENABLE() macro by itself. Isn't this overlapping guard ? As far as I know, GNUMakefile doesn't use ENABLE() guard for the files as well. If we maintain files using ENABLE() in CMake, same file sometimes was added to it. However, there was no big opinion not to use ENABLE() in CMake. If there is big time difference when using ENABLE(), I think we can use it. If not, I prefer to keep it as it is.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list