[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
Mon Nov 5 14:44:10 PST 2012


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





--- Comment #1 from Cedric Hombourger <chombourger at mvista.com>  2012-11-05 14:45:41 PST ---
I wonder if something like:

contains(DEFINES, WTF_USE_3D_GRAPHICS=1) {
    contains(QT_CONFIG, opengles2):!win32: LIBS += -lEGL
    mac: LIBS += -framework IOSurface -framework CoreFoundation
    linux-*: {
        xlibAvailable() {
            contains(DEFINES, HAVE_XCOMPOSITE=1): LIBS += -lXcomposite
            LIBS += -lXrender
            CONFIG *= x11
        }
    }
    haveQt(4): QT *= opengl
}

would do the trick

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