summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/xcb/README
diff options
context:
space:
mode:
authorAlexander Volkov <a.volkov@rusbitech.ru>2018-03-21 13:30:27 +0300
committerAlexander Volkov <a.volkov@rusbitech.ru>2018-03-23 19:01:25 +0000
commit863c6887495c0bd9ee3a85aa7cd2d997cdc5c93c (patch)
tree94294d863db08805ec1061561795f1a1eb055ef8 /src/3rdparty/xcb/README
parenta7dda3e4b033f5ea48f1d0c24cf9b24c77ab7670 (diff)
Update READMEs for the bundled xcb sources and the xcb plugin
Mention that the current minimal supported version of libxcb is 1.9.1, amend 1f5d791708d5d256a76872f254251dac66e82cdb. Remove the specific package requirements for the xcb plugin: these lists are unmaintained and besides there are build instructions in wiki: https://wiki.qt.io/Building_Qt_5_from_Git Change-Id: I4d5b0583a1ba8a355ee1649022845f6c8d520e7c Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
Diffstat (limited to 'src/3rdparty/xcb/README')
-rw-r--r--src/3rdparty/xcb/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/3rdparty/xcb/README b/src/3rdparty/xcb/README
index 0c59f291ca..9e8ea30b51 100644
--- a/src/3rdparty/xcb/README
+++ b/src/3rdparty/xcb/README
@@ -12,7 +12,8 @@ Contains the header and sources files from selected xcb libraries:
libxcb-util-wm-0.3.9
The 'include' directory was obtained by compiling and installing all of the modules.
-They have been tested to run also with libxcb 1.5 (the oldest version we support).
+When upgrading the bundled xcb headers, they must be tested to run also with the
+minimal supported libxcb version, which currently is 1.9.1.
Use the -qt-xcb configure option to use the files instead of system xcb libraries.
See src/plugins/platforms/xcb/README for details.