[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 03:09:28 PDT 2011


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





--- Comment #7 from Hyowon Kim <hw1008.kim at samsung.com>  2011-06-15 03:09:27 PST ---
(In reply to comment #6)
> (In reply to comment #5)
> > LGTM. lucas, how do you think about this ?
> > 
> > Hyowon, 
> > 
> > If lucas agrees with your patch, It looks below files need to be added to both CMakeListEfl.txt and CMakeListWinCE.txt with ENABLE_WEBGL macro.
> > 
> >     platform/graphics/opengl/Extensions3DOpenGL.cpp        
> >     platform/graphics/opengl/GraphicsContext3DOpenGL.cpp
> I think that WebKit/Efl is no needed if Bug 62709 (and others if required) landed.
> But I agree that we should check WinCE.
> I add patrick in CCs.

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

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