From 3f5e906268448f2d84b115c5f3d22165ce0021b1 Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Tue, 19 Aug 2014 13:09:00 +0300 Subject: configure.ac: use libinput by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Cc: Jonas Ådahl Signed-off-by: Pekka Paalanen Reviewed-by: Daniel Stone Reviewed-by: Jason Ekstrand Acked-by: Jonas Ådahl --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 354db145..bc5c88a8 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]) -- cgit v1.2.1