From 623981ddaeb8836f3b0939e527c0e943f9c4e974 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 1 Feb 2013 09:06:20 +1000 Subject: [PATCH] If neither HAL nor udev backends are enabled, warn the user If both are missing, input device hotplugging will not work out of the box. While we still have a DBus-API or the user may want to set AAD off all the time, the most likely source of this is misconfiguration (i.e. lack of the udev/hal devel packages). Message printed last to make it more obvious to the user. Signed-off-by: Peter Hutterer Reviewed-by: Keith Packard --- configure.ac | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configure.ac b/configure.ac index 0b72860f6..89a7a9db9 100644 --- a/configure.ac +++ b/configure.ac @@ -2223,6 +2223,14 @@ AC_SUBST([prefix]) AC_CONFIG_COMMANDS([sdksyms], [touch hw/xfree86/sdksyms.dep]) +if test "x$CONFIG_HAL" = xno && test "x$CONFIG_UDEV" = xno; then + AC_WARN([ + *********************************************** + Neither HAL nor udev backend will be enabled. + Input device hotplugging will not be available! + ***********************************************]) +fi + AC_OUTPUT([ Makefile glx/Makefile