[Webkit-unassigned] [Bug 62211] [CMAKE] Remove "${FEATURE_DEFINES}" definition when building .css files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 7 07:29:54 PDT 2011


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





--- Comment #2 from Leandro Pereira <leandro at profusion.mobi>  2011-06-07 07:29:54 PST ---
(In reply to comment #1)
> Created an attachment (id=96240)
 --> (https://bugs.webkit.org/attachment.cgi?id=96240&action=review) [details]
> Proposed Patch

CMake doesn't really have lists or arrays -- they're actually strings where each element is separated by a semicolon. There are some other places in the build system where there is a need for a space-separated string of items; perhaps you could make that code into a function and refactor the build system?

-- 
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