[Webkit-unassigned] [Bug 101260] [Qt] QtWebKit-2.3 tries to link against Xrender on OpenGLES2 platform

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 7 04:53:56 PST 2012


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


Jocelyn Turcotte <jocelyn.turcotte at digia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #172757|review?                     |
               Flag|                            |




--- Comment #11 from Jocelyn Turcotte <jocelyn.turcotte at digia.com>  2012-11-07 04:55:29 PST ---
(From update of attachment 172757)
Humm that would be wrong since GRAPHICS_SURFACE is presently bound to X on Linux so it wouldn't make sense to make it conditional.

The conditions were moved and I think that the issue is fixed on trunk because of this part in Tools/qmake/mkspecs/features/features.prf:
use?(3d_graphics) {
    mac: WEBKIT_CONFIG += use_graphics_surface
    win32:contains(QT_CONFIG, opengles2): WEBKIT_CONFIG += use_graphics_surface
    linux-*:contains(WEBKIT_CONFIG, have_glx):contains(WEBKIT_CONFIG, have_xcomposite):contains(WEBKIT_CONFIG, have_xrender): WEBKIT_CONFIG += use_graphics_surface
}

Sorry that I asked you to create another patch without checking first, but hopefully the issue will be fixed for you on the next merge from trunk. Please tell if you have other issues.

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