summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/xcb/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/xcb/README')
-rw-r--r--src/3rdparty/xcb/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/3rdparty/xcb/README b/src/3rdparty/xcb/README
new file mode 100644
index 0000000000..0a66dafd03
--- /dev/null
+++ b/src/3rdparty/xcb/README
@@ -0,0 +1,13 @@
+Contains the header and sources files from selected xcb libraries:
+
+ libxcb-1.5 together with xcb-proto-1.6 (sync, xfixes, randr sources)
+ libxcb-util-image-0.3.9
+ libxcb-util-keysyms-0.3.9
+ libxcb-util-renderutil-0.3.8
+ 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).
+
+Use the -qt-xcb configure option to use the files instead of system xcb libraries.
+See src/plugins/platforms/xcb/README for details.