[Webkit-unassigned] [Bug 111859] [qt] Webkit fails to compile if EGL headers are not in default INCLUDEPATH

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 11 09:08:56 PDT 2013


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





--- Comment #6 from Floris Bos <bos at je-eigen-domein.nl>  2013-03-11 09:11:22 PST ---
(In reply to comment #4)
> (In reply to comment #3)
> You could probably just add it together with the current "CONFIG += opengl-shims" to fix your issue.

Didn't notice that before, but opengl-shims also provides generic OpenGL ES2 headers.
So adding the OGLES2 headers in my earlier patch was redundant, the only thing that was actually necessary is the EGL headers.

Can confirm that adding just "egl" to CONFIG fixes my problem.

Do wonder if it wouldn't be a better long term solution to add the EGL functions to opengl-shims as well, 
so runtime detection of the presense of the library could be done.
But think that's outside the scope of this bug report, so this will do.

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