[gimp] app: build the GUdev based linux-input controller without dbus-glib
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: build the GUdev based linux-input controller without dbus-glib
- Date: Mon, 27 May 2013 19:56:37 +0000 (UTC)
commit c2d9b05a769c1e85bf822f1eab65a1df91dc1b4e
Author: Michael Natterer <mitch gimp org>
Date: Mon May 27 21:54:55 2013 +0200
app: build the GUdev based linux-input controller without dbus-glib
Why was this configure check depending on dbus-glib at all...
configure.ac | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d649eaf..95632ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]