Bug 76268 - [Qt] Fix build when using TextureMapper with OpenGL/ES
Summary: [Qt] Fix build when using TextureMapper with OpenGL/ES
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Hausmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-13 05:42 PST by Simon Hausmann
Modified: 2012-01-13 07:04 PST (History)
2 users (show)

See Also:


Attachments
Patch (1.28 KB, patch)
2012-01-13 06:01 PST, Simon Hausmann
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Hausmann 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'
Comment 1 Simon Hausmann 2012-01-13 06:01:01 PST
Created attachment 122419 [details]
Patch
Comment 2 WebKit Review Bot 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>
Comment 3 WebKit Review Bot 2012-01-13 07:04:43 PST
All reviewed patches have been landed.  Closing bug.