Diff between 67a26abe53bf33422c17a3f63866e76864b92bc2 and 8b6432a8728f87aa328bd67f07a35a1e755d75e6
Changed Files
| File | Additions | Deletions | Status |
| configure.ac | +2 | -2 | modified |
Full Patch
diff --git a/configure.ac b/configure.ac
index bc7edfc..298b8cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -85,8 +85,8 @@ if (test "${enable_threads}" = "yes"); then
GLIB_LIBS="$GLIB_LIBS $GTHREAD_LIBS"
fi
-PKG_CHECK_MODULES(DBUS, dbus-1 >= 1.6, dummy=yes,
- AC_MSG_ERROR(D-Bus >= 1.6 is required))
+PKG_CHECK_MODULES(DBUS, dbus-1 >= 1.10, dummy=yes,
+ AC_MSG_ERROR(D-Bus >= 1.10 is required))
AC_SUBST(DBUS_CFLAGS)
AC_SUBST(DBUS_LIBS)