summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2013-08-05 22:14:18 +0200
committerMichael Stapelberg <michael@stapelberg.de>2013-08-06 18:46:43 +0200
commitbc6a4f557ff4e497acdafdcebb006e5a7b4c5b11 (patch)
treeacf70d2ea95c8ad141c3db4fa67008a16bc4a253
parent45619dc71e9411a526d7c69595cf615b1b1206cf (diff)
Build xcb-xkb by default
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>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7364383..8cc5775 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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")