summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorAlbert Astals Cid <albert.astals.cid@kdab.com>2019-05-03 09:46:47 +0200
committerAlbert Astals Cid <albert.astals.cid@kdab.com>2019-05-03 08:13:56 +0000
commit64b31cafa102c788a25a3d83975da84938a7432b (patch)
treebdabf51c11edc384bd8fa3441184aa476d3909bd /util
parentdb5f99f4513c759bdd971f881ef2046fca72e42f (diff)
cmake: Fix xcb_glx build
Use the actual cmake library target name Change-Id: Icda1d232e3b920bf33ebceb00f39682050f7dedd Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'util')
-rw-r--r--util/cmake/helper.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/cmake/helper.py b/util/cmake/helper.py
index 1e13a5a1f3..eb30aa02dd 100644
--- a/util/cmake/helper.py
+++ b/util/cmake/helper.py
@@ -240,6 +240,7 @@ qmake_library_to_cmake_target_mapping = {
'SQLite3': 'SQLite::SQLite3',
'tslib': 'PkgConfig::Tslib',
'x11sm': '${X11_SM_LIB} ${X11_ICE_LIB}',
+ 'xcb_glx': 'XCB::GLX',
'xcb_icccm': 'XCB::ICCCM',
'xcb_image': 'XCB::IMAGE',
'xcb_keysyms': 'XCB::KEYSYMS',