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>
This commit is contained in:
parent
fad81b6342
commit
d10194a321
|
@ -235,7 +235,7 @@ XCB_EXTENSION(Xevie, no)
|
||||||
XCB_EXTENSION(XFixes, yes)
|
XCB_EXTENSION(XFixes, yes)
|
||||||
XCB_EXTENSION(XFree86-DRI, yes)
|
XCB_EXTENSION(XFree86-DRI, yes)
|
||||||
XCB_EXTENSION(Xinerama, yes)
|
XCB_EXTENSION(Xinerama, yes)
|
||||||
XCB_EXTENSION(XInput, no)
|
XCB_EXTENSION(XInput, yes)
|
||||||
XCB_EXTENSION(XKB, yes)
|
XCB_EXTENSION(XKB, yes)
|
||||||
XCB_EXTENSION(Xprint, no)
|
XCB_EXTENSION(Xprint, no)
|
||||||
XCB_EXTENSION(SELinux, no)
|
XCB_EXTENSION(SELinux, no)
|
||||||
|
|
Loading…
Reference in New Issue