From 001f84875aa5a0f0871b0f86a73d4c1972c12430 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 17 Jan 2011 16:42:18 +0000 Subject: [PATCH] Enable XInput support by default Since we have a decent XI1 and XI2 implementation, now, we should turn the support for XInput on by default. The actual implementation to be used at run-time is still left to be decided by the user. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e7ace50..34d4483 100644 --- a/configure.ac +++ b/configure.ac @@ -865,7 +865,7 @@ AS_IF([test "x$SUPPORT_XLIB" = "x1"], AC_ARG_ENABLE([xinput], [AS_HELP_STRING([--enable-xinput], [Use the XI X extension])], [], - [enable_xinput=no]) + [enable_xinput=yes]) AS_IF([test "x$enable_xinput" = "xyes"], [ -- 2.7.4