[Xcb] [PATCH libxcb 1/1] enable xinput by default

Bart Massey bart at cs.pdx.edu
Mon Mar 13 16:23:14 UTC 2017


Again, thanks much for this work, Chris. It has needed to be done for a
long time.

On Mon, Mar 13, 2017 at 8:50 AM Christian Linhart <chris at demorecorder.com>
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)
>
> --
> 2.1.4
>
> _______________________________________________
> Xcb mailing list
> Xcb at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/xcb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/xcb/attachments/20170313/9b63d859/attachment.html>


More information about the Xcb mailing list