Fixed symbol lookup failure with xcb when using GLX and XRender.
Change-Id: I17870f0acd934bf6203e432d406f1717d99386ee Reviewed-on: http://codereview.qt.nokia.com/4310 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>bb10
parent
c8fcc29298
commit
5eaec40f63
|
|
@ -50,7 +50,7 @@ contains(QT_CONFIG, xcb-xlib) {
|
|||
# to support custom cursors with depth > 1
|
||||
contains(QT_CONFIG, xcb-render) {
|
||||
DEFINES += XCB_USE_RENDER
|
||||
LIBS += -lxcb-render -lxcb-render-util
|
||||
LIBS += -lxcb-render -lxcb-render-util -lXrender
|
||||
}
|
||||
|
||||
# DEFINES += XCB_USE_DRI2
|
||||
|
|
|
|||
Loading…
Reference in New Issue