[PATCH weston] configure.ac: use libinput by default
Jason Ekstrand
jason at jlekstrand.net
Tue Aug 19 09:46:55 PDT 2014
Reviewed-by: Jason Ekstrand <jason.ekstrand at intel.com>
On Tue, Aug 19, 2014 at 3:13 AM, Pekka Paalanen <ppaalanen at gmail.com> wrote:
> From: Pekka Paalanen <pekka.paalanen at collabora.co.uk>
>
> Libinput is stabilizing soon, so let's flip the default switch now. The
> old input code will still be carried as an option for a while.
>
> Cc: Peter Hutterer <peter.hutterer at who-t.net>
> Cc: Jonas Ådahl <jadahl at gmail.com>
> Signed-off-by: Pekka Paalanen <pekka.paalanen at collabora.co.uk>
> ---
> configure.ac | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 354db14..bc5c88a 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -155,8 +155,8 @@ if test x$enable_drm_compositor = xyes; then
> fi
>
>
> -AC_ARG_ENABLE(libinput-backend, [ --enable-libinput-backend],,
> - enable_libinput_backend=no)
> +AC_ARG_ENABLE(libinput-backend, [ --disable-libinput-backend],,
> + enable_libinput_backend=yes)
> AM_CONDITIONAL([ENABLE_LIBINPUT_BACKEND], [test x$enable_libinput_backend
> = xyes])
> if test x$enable_libinput_backend = xyes; then
> AC_DEFINE([BUILD_LIBINPUT_BACKEND], [1], [Build the libinput input
> device backend])
> --
> 1.8.5.5
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-devel/attachments/20140819/321ac4fb/attachment.html>
More information about the wayland-devel
mailing list