RESOLVED FIXED 76268
[Qt] Fix build when using TextureMapper with OpenGL/ES
https://bugs.webkit.org/show_bug.cgi?id=76268
Summary [Qt] Fix build when using TextureMapper with OpenGL/ES
Simon Hausmann
Reported 2012-01-13 05:42:52 PST
Change http://trac.webkit.org/changeset/104651 introduced a direct dependency to EGL when Qt is configured OpenGL/ES, by using eglGetCurrentContext(). The lack of linkage against libEGL results in build errors: .../WebKitBuild/Release/Source/WebCore/../../../../Source/WebCore/platform/graphics/opengl/TextureMapperGL.cpp:121: undefined reference to `eglGetCurrentContext'
Attachments
Patch (1.28 KB, patch)
2012-01-13 06:01 PST, Simon Hausmann
no flags
Simon Hausmann
Comment 1 2012-01-13 06:01:01 PST
WebKit Review Bot
Comment 2 2012-01-13 07:04:38 PST
Comment on attachment 122419 [details] Patch Clearing flags on attachment: 122419 Committed r104934: <http://trac.webkit.org/changeset/104934>
WebKit Review Bot
Comment 3 2012-01-13 07:04:43 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.