[Webkit-unassigned] [Bug 62707] [CMAKE] Remove platform/graphics/opengl/*OpenGL.cpp files in CMakeLists.txt

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 15 06:28:02 PDT 2011


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





--- Comment #9 from Lucas De Marchi <demarchi at webkit.org>  2011-06-15 06:28:02 PST ---
(In reply to comment #7)
> To do initial build for WebGL on EFL port, we have to add two files - DrawingBufferEfl.cpp & GraphicsContext3DEfl.cpp.
> And as gyuyoung mentioned, ENABLE_WEBGL macro should be added in CMakeListEfl.txt.
> 
> IF (ENABLE_WEBGL)
>   LIST(APPEND WebCore_SOURCES
>     platform/graphics/efl/DrawingBufferEfl.cpp
>     platform/graphics/efl/GraphicsContext3DEfl.cpp
>   )
> ENDIF()

No, you can ignore this part for now. Please, add this to CMakeListsEfl only when EFL has webgl support.

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