Build xcb-xkb by default
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 5 Aug 2013 20:14:18 +0000 (22:14 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 6 Aug 2013 16:46:43 +0000 (18:46 +0200)
There have not been any big issues with xcb-xkb recently.

Also, Wayland is using xcb-xkb actively, making distributions compile
libxcb with xkb support anyway, so let’s reflect reality :).

Reviewed-by: Jamey Sharp <jamey@minilop.net>
Signed-off-by: Daniel Martin <consume.noise@gmail.com>
configure.ac

index 7364383..8cc5775 100644 (file)
@@ -192,7 +192,7 @@ XCB_EXTENSION(XFixes, "yes")
 XCB_EXTENSION(XFree86-DRI, "yes")
 XCB_EXTENSION(Xinerama, "yes")
 XCB_EXTENSION(XInput, "no")
-XCB_EXTENSION(XKB, "no")
+XCB_EXTENSION(XKB, "yes")
 XCB_EXTENSION(Xprint, "yes")
 XCB_EXTENSION(SELinux, "no")
 XCB_EXTENSION(XTest, "yes")