[Webkit-unassigned] [Bug 95173] Add necessary include directories in WebKit2
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 7 09:02:07 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=95173
--- Comment #13 from Simon Hausmann <hausmann at webkit.org> 2012-09-07 09:02:21 PST ---
(From update of attachment 161118)
View in context: https://bugs.webkit.org/attachment.cgi?id=161118&action=review
> Source/WebKit2/CMakeLists.txt:115
> + "${THIRDPARTY_DIR}/ANGLE/include"
I ran into this just a few days ago. Adding ANGLE/include to your include search path means that if you are compiling your code in a platform where EGL and GLES2 are the chosen system wide GL APIs, then an #include <EGL/egl.h> in WebKit2 will end up including ANGLE's EGL header file instead of your system wide one. The same applies to GLES2 inclusions.
Do you really need this include or can you limit this change to just the include/GLSLANG line below?
--
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