Skip to content
Snippets Groups Projects
Commit 3f5e9062 authored by Pekka Paalanen's avatar Pekka Paalanen
Browse files

configure.ac: use libinput by default


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@who-t.net>
Cc: Jonas Ådahl <jadahl@gmail.com>
Signed-off-by: Pekka Paalanen's avatarPekka Paalanen <pekka.paalanen@collabora.co.uk>
Reviewed-by: default avatarDaniel Stone <daniel@fooishbar.org>
Reviewed-by: default avatarJason Ekstrand <jason.ekstrand@intel.com>
Acked-by: default avatarJonas Ådahl <jadahl@gmail.com>
parent 850a5141
No related branches found
No related tags found
No related merge requests found
......@@ -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])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment