Don't link to Xlib's Xrender library
We don't use this library in XCB plugin. Change-Id: Ifcc2f404b3cbf5601eb094eaac923d2f9e6e981b Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>bb10
parent
9157087334
commit
4d84c25157
|
|
@ -60,7 +60,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 -lXrender
|
||||
LIBS += -lxcb-render -lxcb-render-util
|
||||
}
|
||||
|
||||
# build with session management support
|
||||
|
|
|
|||
Loading…
Reference in New Issue