app: build the GUdev based linux-input controller without dbus-glib

Why was this configure check depending on dbus-glib at all...
This commit is contained in:
Michael Natterer 2013-05-27 21:54:55 +02:00
parent e227593e4c
commit c2d9b05a76
1 changed files with 1 additions and 2 deletions

View File

@ -1714,8 +1714,7 @@ if test "x$with_gudev" = xno; then
have_libgudev="no (disabled)"
fi
if test "x$have_linux_input" = xyes && test "x$have_dbus_glib" = xyes &&
test "x$with_gudev" != xno; then
if test "x$have_linux_input" = xyes && test "x$with_gudev" != xno; then
PKG_CHECK_MODULES(GUDEV, gudev-1.0 >= libgudev_required_version,
have_libgudev=yes,
have_libgudev="no (libgudev not found)")