From 9c1d62cc95ed2579fa25d83901c7a1aa315aa2d3 Mon Sep 17 00:00:00 2001 From: Gatis Paeglis Date: Tue, 2 Apr 2013 17:25:19 +0200 Subject: Add xcb-xkb to 3rd party libs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1) -qt-xcb a) Use xkb from the 3rd party libs. As it is done for the other xcb dependencies when qt configure with -qt-xcb. 2) -system-xcb (default) a) If xkb found then use xkb from the system. (Currenly xkb is not enabled by default when configuring libxcb library). b) If xkb can't be found on the system then keyboard state will be updated from X11 core events. Change-Id: I7c3dbce6daa2cec52067cd5af80f19040233a0db Reviewed-by: Samuel Rødal --- config.tests/qpa/xcb-xkb/xcb-xkb.pro | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config.tests/qpa/xcb-xkb/xcb-xkb.pro (limited to 'config.tests/qpa/xcb-xkb/xcb-xkb.pro') diff --git a/config.tests/qpa/xcb-xkb/xcb-xkb.pro b/config.tests/qpa/xcb-xkb/xcb-xkb.pro new file mode 100644 index 0000000000..a684a869d3 --- /dev/null +++ b/config.tests/qpa/xcb-xkb/xcb-xkb.pro @@ -0,0 +1,5 @@ +SOURCES = xcb-xkb.cpp +CONFIG -= qt + +LIBS += -lxcb -lxcb-xkb + -- cgit v1.2.3