[Xcb-commit] libxcb: configure.ac
Christian Linhart
clinhart at kemper.freedesktop.org
Sat May 13 09:01:54 UTC 2017
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d10194a321c3db851b3ede9a98cdc95e951943aa
Author: Christian Linhart <chris at demorecorder.com>
Date: Sat Mar 11 22:03:34 2017 +0100
enable xinput by default
Support for the xinput extension is complete now,
as far as I can tell.
According to our discussion on the list, we enable it now.
Signed-off-by: Christian Linhart <chris at demorecorder.com>
diff --git a/configure.ac b/configure.ac
index d3165c6..a6ec8c1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -235,7 +235,7 @@ XCB_EXTENSION(Xevie, no)
XCB_EXTENSION(XFixes, yes)
XCB_EXTENSION(XFree86-DRI, yes)
XCB_EXTENSION(Xinerama, yes)
-XCB_EXTENSION(XInput, no)
+XCB_EXTENSION(XInput, yes)
XCB_EXTENSION(XKB, yes)
XCB_EXTENSION(Xprint, no)
XCB_EXTENSION(SELinux, no)
More information about the xcb-commit
mailing list