[Webkit-unassigned] [Bug 184661] New: Inconsistent EGL defines in ImageBufferCairo
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Apr 16 13:16:15 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=184661
Bug ID: 184661
Summary: Inconsistent EGL defines in ImageBufferCairo
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Trivial
Priority: P2
Component: New Bugs
Assignee: webkit-unassigned at lists.webkit.org
Reporter: saavedra.pablo at gmail.com
On revision r219391 libepoxy is added. The headers in ImageBufferCairo.cpp become inconsistent when 2D canvas is enabled (-DENABLE_ACCELERATED_2D_CANVAS=ON) due to a redefinition error during the Webkit build:
...
/usr/include/GLES2/gl2.h:503:82: error: 'void epoxy_glAttachShader(GLuint, GLuint)' redeclared as different kind of symbol
GL_APICALL void GL_APIENTRY glAttachShader (GLuint program, GLuint shader);
...
Related to https://bugs.webkit.org/show_bug.cgi?id=172104
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180416/c0760a7c/attachment.html>
More information about the webkit-unassigned
mailing list