summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2020-08-25 11:19:13 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-09-04 17:28:49 +0000
commitc91d1fdc100cda88b94217153def52ab7fe63d21 (patch)
treefe14d83da1c305946aaefaaffbd8425f16175bcd /util
parentd85bc34b7906a91c1afc3d7adc5feace53057d6a (diff)
xcb: drop Xinerama support
[ChangeLog][Important Behavior Changes][X11] Xinerama is no longer supported. Fixes: QTBUG-86082 Change-Id: Ieb57d9035e1659fc22bf8333247fc3573fb62992 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
Diffstat (limited to 'util')
-rw-r--r--util/cmake/helper.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/util/cmake/helper.py b/util/cmake/helper.py
index c9ce778e79..5e0c4bf38e 100644
--- a/util/cmake/helper.py
+++ b/util/cmake/helper.py
@@ -538,13 +538,6 @@ _library_map = [
resultVariable="XCB_XFIXES",
),
LibraryMapping(
- "xcb_xinerama",
- "XCB",
- "XCB::XINERAMA",
- extra=["COMPONENTS", "XINERAMA"],
- resultVariable="XCB_XINERAMA",
- ),
- LibraryMapping(
"xcb_xinput",
"XCB",
"XCB::XINPUT",