[Xcb] [PUSHED][PATCH libxcb 1/1] enable xinput by default
Christian Linhart
chris at DemoRecorder.com
Sat May 13 09:04:50 UTC 2017
I have pushed this now because it hat enough time for review.
This means that xinput is built by default now.
If you encounter any problems, e.g., on a platform which I have not tested this on, please submit a bugreport or post this here.
Chris
On 2017-03-11 22:07, Christian Linhart wrote:
> 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 at demorecorder.com>
> ---
> configure.ac | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index d3165c6..a6ec8c1 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -231,15 +231,15 @@ XCB_EXTENSION(Screensaver, yes)
> XCB_EXTENSION(Shape, yes)
> XCB_EXTENSION(Shm, yes)
> XCB_EXTENSION(Sync, yes)
> 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)
> XCB_EXTENSION(XTest, yes)
> XCB_EXTENSION(Xv, yes)
> XCB_EXTENSION(XvMC, yes)
>
More information about the Xcb
mailing list