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.
This commit is contained in:
Emmanuele Bassi 2011-01-17 16:42:18 +00:00
parent 1b1e77b469
commit 001f84875a

View File

@ -865,7 +865,7 @@ AS_IF([test "x$SUPPORT_XLIB" = "x1"],
AC_ARG_ENABLE([xinput], AC_ARG_ENABLE([xinput],
[AS_HELP_STRING([--enable-xinput], [Use the XI X extension])], [AS_HELP_STRING([--enable-xinput], [Use the XI X extension])],
[], [],
[enable_xinput=no]) [enable_xinput=yes])
AS_IF([test "x$enable_xinput" = "xyes"], AS_IF([test "x$enable_xinput" = "xyes"],
[ [