[Xcb-commit] libxcb: configure.ac

Michael Stapelberg stapelberg at kemper.freedesktop.org
Tue Aug 6 09:48:10 PDT 2013


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bc6a4f557ff4e497acdafdcebb006e5a7b4c5b11
Author: Michael Stapelberg <michael at stapelberg.de>
Date:   Mon Aug 5 22:14:18 2013 +0200

    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 at minilop.net>
    Signed-off-by: Daniel Martin <consume.noise at gmail.com>

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")


More information about the xcb-commit mailing list