diff options
author | Christian Linhart <chris@demorecorder.com> | 2017-03-11 22:03:34 +0100 |
---|---|---|
committer | Christian Linhart <chris@demorecorder.com> | 2017-05-13 10:56:24 +0200 |
commit | d10194a321c3db851b3ede9a98cdc95e951943aa (patch) | |
tree | 3fca6ce0069346919d9126570a1d1248b6726648 | |
parent | fad81b63422105f9345215ab2716c4b804ec7986 (diff) |
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@demorecorder.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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) |