mirror of
https://github.com/brl/mutter.git
synced 2025-01-11 12:12:25 +00:00
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:
parent
1b1e77b469
commit
001f84875a
@ -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"],
|
||||||
[
|
[
|
||||||
|
Loading…
Reference in New Issue
Block a user