summaryrefslogtreecommitdiffstats
path: root/src/gui/configure.json
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 /src/gui/configure.json
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 'src/gui/configure.json')
-rw-r--r--src/gui/configure.json12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/gui/configure.json b/src/gui/configure.json
index a29f870f05..80df53edd1 100644
--- a/src/gui/configure.json
+++ b/src/gui/configure.json
@@ -598,15 +598,6 @@
],
"use": "xcb"
},
- "xcb_xinerama": {
- "label": "XCB Xinerama",
- "headers": "xcb/xinerama.h",
- "sources": [
- { "type": "pkgConfig", "args": "xcb-xinerama" },
- "-lxcb-xinerama"
- ],
- "use": "xcb"
- },
"xcb_xlib": {
"label": "XCB Xlib",
"test": {
@@ -973,7 +964,6 @@
"xcb/shm.h",
"xcb/sync.h",
"xcb/xfixes.h",
- "xcb/xinerama.h",
"xcb/xcb_icccm.h",
"xcb/xcb_renderutil.h",
"xcb/xkb.h"
@@ -996,7 +986,7 @@
"xcb_xkb_get_kbd_by_name_replies_key_names_value_list_sizeof(nullptr, 0, 0, 0, 0, 0, 0, 0, 0);"
]
},
- "use": "xcb_icccm xcb_image xcb_keysyms xcb_randr xcb_render xcb_renderutil xcb_shape xcb_shm xcb_sync xcb_xfixes xcb_xinerama xcb_xkb xcb"
+ "use": "xcb_icccm xcb_image xcb_keysyms xcb_randr xcb_render xcb_renderutil xcb_shape xcb_shm xcb_sync xcb_xfixes xcb_xkb xcb"
},
"x11prefix": {
"label": "X11 prefix",