qt5base-lts/src/3rdparty/xcb
Gatis Paeglis e8fb9a3c7c Update bundled libxcb-xkb version to 1.10
To utilize the new xkb_x11_* API from libxkbcommon 0.4.0, we need to update
the bundled libxcb-xkb version to 1.10, which is the minimal required version.

Change-Id: I0b72a2684bd11cbe5ae65d6dab7292be3a76464c
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
2014-03-06 17:22:55 +01:00
..
include/xcb Update bundled libxcb-xkb version to 1.10 2014-03-06 17:22:55 +01:00
libxcb Update bundled libxcb-xkb version to 1.10 2014-03-06 17:22:55 +01:00
sysinclude Add configure option to minimize xcb runtime dependencies 2012-11-07 16:55:50 +01:00
xcb-util Add configure option to minimize xcb runtime dependencies 2012-11-07 16:55:50 +01:00
xcb-util-image Add configure option to minimize xcb runtime dependencies 2012-11-07 16:55:50 +01:00
xcb-util-keysyms Add configure option to minimize xcb runtime dependencies 2012-11-07 16:55:50 +01:00
xcb-util-renderutil Add configure option to minimize xcb runtime dependencies 2012-11-07 16:55:50 +01:00
xcb-util-wm Add configure option to minimize xcb runtime dependencies 2012-11-07 16:55:50 +01:00
README Update bundled libxcb-xkb version to 1.10 2014-03-06 17:22:55 +01:00

Contains the header and sources files from selected xcb libraries:

   libxcb-1.5 together with xcb-proto-1.6 (sync, xfixes, randr sources)
   # libxkbcommon-x11 requires libxcb-xkb >= 1.10
   libxcb-1.10 together with xcb-proto-1.10 (xkb 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.