[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:34:03 PDT 2013


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





--- Comment #10 from Jocelyn Turcotte <jocelyn.turcotte at digia.com>  2013-03-11 09:36:28 PST ---
I didn't want to bother you with this, so we can just push this patch and we'll fix the rest later, but the best way to fix this would be to remove those lines from WebCore.pri:

> win32: {
> ...
> } else {
>     contains(QT_CONFIG, opengles2): LIBS += -lEGL
> }

And replace them with this line in Target.pri (not merged with the opengl-shims config):
> contains(QT_CONFIG, opengles2): CONFIG += egl

So tell me if you would like to do that change properly. Else I can do that patch afterward, but that would make you patch relatively pointless so you might as well do the final fix yourself.

Sorry going back and forth with this, Allan just pointed me that we currently don't want EGL without OpenGL ES.

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