[Webkit-unassigned] [Bug 76268] New: [Qt] Fix build when using TextureMapper with OpenGL/ES

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 13 05:42:52 PST 2012


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

           Summary: [Qt] Fix build when using TextureMapper with OpenGL/ES
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hausmann at webkit.org
                CC: noam.rosenthal at nokia.com


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'

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