From 9d19753bfaec4a23490bba46984460a526380510 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pasi=20Pet=C3=A4j=C3=A4j=C3=A4rvi?= Date: Wed, 4 Mar 2015 16:35:38 +0200 Subject: Fix disabling libinput feature if libudev is not available When using default configure value (auto) for libudev + libinput and libudev is not available, disabling libinput failed and it is enabled even it requires libudev to work. Change-Id: Ia2ead66c5cebc8658f2c29445f5c81c9f8b30dc8 Reviewed-by: Laszlo Agocs Reviewed-by: Oswald Buddenhagen --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 61064bca59..94f23578c2 100755 --- a/configure +++ b/configure @@ -5283,6 +5283,8 @@ if [ "$CFG_LIBINPUT" != "no" ] && [ "$CFG_LIBUDEV" != "no" ]; then else CFG_LIBINPUT=no fi +else + CFG_LIBINPUT=no fi if [ "$CFG_LIBINPUT" = "no" ]; then QMakeVar add DEFINES QT_NO_LIBINPUT -- cgit v1.2.3