From e316f29bd6645ab30ca90d4e7a8331de6e4f9792 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Mon, 19 Mar 2012 15:04:51 +0100 Subject: configure: static-uinput should be disabled by default! Signed-off-by: Hans de Goede --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 93070b2..0ac9505 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ AC_ARG_ENABLE([pciaccess], AC_ARG_ENABLE([static-uinput], [AS_HELP_STRING([--enable-statis-uinput], [Enable use of a fixed, static uinput device for X-servers without hotplug support (default: no)])], [enable_static_uinput="$enableval"], - [enable_static_uinput="yes"]) + [enable_static_uinput="no"]) PKG_PROG_PKG_CONFIG PKG_CHECK_MODULES(X, [xfixes xrandr xinerama x11]) -- cgit