[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
Fri Mar 8 09:27:15 PST 2013


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





--- Comment #2 from Jocelyn Turcotte <jocelyn.turcotte at digia.com>  2013-03-08 09:29:40 PST ---
(From update of attachment 192227)
View in context: https://bugs.webkit.org/attachment.cgi?id=192227&action=review

> Source/WebCore/ChangeLog:3
> +        [qt] Webkit fails to compile if EGL headers are not in default INCLUDEPATH

qt -> Qt
Webkit -> WebKit

> Source/WebCore/ChangeLog:13
> +        Reviewed by NOBODY (OOPS!).

This line should normally be kept one empty line after the bug URL.

> Source/WebCore/Target.pri:4153
>      contains(QT_CONFIG, opengl) | contains(QT_CONFIG, opengles2) {

I think that what you are trying to fix could all be done by qmake if you add "CONFIG += opengl egl" inside this block. Could you try?

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