summaryrefslogtreecommitdiffstats
path: root/src/gui/configure.json
diff options
context:
space:
mode:
authorGatis Paeglis <gatis.paeglis@qt.io>2018-12-28 23:43:18 +0100
committerGatis Paeglis <gatis.paeglis@qt.io>2019-01-03 10:09:47 +0000
commit0decdcb754dbbd42769ede69eb32c17ea05f4d8c (patch)
tree438e51d728be2d8eaec268eff4eaac97bc2c99aa /src/gui/configure.json
parent7d8fe4d98fc5e05f60a91649f208b92d622a4eac (diff)
configure: add X11 subsection in "Features used by QPA backends"
xcb-xlib is used by XCB and EGLFS_X11. xlib is used by XCB, EGLFS_X11 and offscreen plugin (not listed currently under "QPA backends"). egl_x11 is used by XCB GL integration plugin and EGLFS_X11. Renamed X11 -> XCB under "QPA backends", because that is the correct QPA name. Change-Id: I455ac3a41da3ab84453d8de0edc657c3a5e064c9 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@gmx.de>
Diffstat (limited to 'src/gui/configure.json')
-rw-r--r--src/gui/configure.json14
1 files changed, 11 insertions, 3 deletions
diff --git a/src/gui/configure.json b/src/gui/configure.json
index 3af7d2d49d..f33f34ec60 100644
--- a/src/gui/configure.json
+++ b/src/gui/configure.json
@@ -1902,7 +1902,15 @@ QMAKE_LIBDIR_OPENGL[_ES2] and QMAKE_LIBS_OPENGL[_ES2] in the mkspec for your pla
"integrityhid",
"mtdev",
"tslib",
- "xkbcommon"
+ "xkbcommon",
+ {
+ "section": "X11 specific",
+ "entries": [
+ "xlib",
+ "xcb-xlib",
+ "egl_x11"
+ ]
+ }
]
},
{
@@ -1930,10 +1938,10 @@ QMAKE_LIBDIR_OPENGL[_ES2] and QMAKE_LIBS_OPENGL[_ES2] in the mkspec for your pla
]
},
{
- "section": "X11",
+ "section": "XCB",
"condition": "features.xcb",
"entries": [
- "system-xcb", "egl_x11", "xkb", "xlib", "xcb-glx", "xcb-xinput", "xcb-xlib", "xcb-native-painting"
+ "system-xcb", "xkb", "xcb-xinput", "xcb-glx", "xcb-native-painting"
]
},
{