[Webkit-unassigned] [Bug 88634] [EFL] Add AC related files and flags to EFL build system.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 8 06:52:49 PDT 2012


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





--- Comment #2 from Ryuan Choi <ryuan.choi at samsung.com>  2012-06-08 06:52:48 PST ---
(From update of attachment 146513)
View in context: https://bugs.webkit.org/attachment.cgi?id=146513&action=review

> Source/WebCore/PlatformEfl.cmake:301
> +  LIST(APPEND WebCore_SOURCES
> +    platform/graphics/efl/GraphicsContext3DEfl.cpp
> +    platform/graphics/efl/GraphicsContext3DPrivate.cpp
> +    platform/graphics/OpenGLShims.cpp
> +    platform/graphics/surfaces/GraphicsSurface.cpp
> +    platform/graphics/texmap/LayerTransform.cpp
> +    platform/graphics/texmap/TextureMapper.cpp
> +    platform/graphics/texmap/TextureMapperGL.cpp
> +    platform/graphics/texmap/TextureMapperAnimation.cpp
> +    platform/graphics/texmap/TextureMapperBackingStore.cpp
> +    platform/graphics/texmap/TextureMapperImageBuffer.cpp
> +    platform/graphics/texmap/TextureMapperShaderManager.cpp
> +    platform/graphics/texmap/GraphicsLayerTextureMapper.cpp
> +    platform/graphics/texmap/TextureMapperLayer.cpp
> +  )

Ordering looks wrong.

> Tools/EWebLauncher/main.c:637
> -    app->ee = ecore_evas_new(engine, 0, 0, geometry.w, geometry.h, NULL);
> +    app->ee = ecore_evas_new("opengl_x11", 0, 0, geometry.w, geometry.h, NULL);

I am not sure.
Should it be mandatory?

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