From 325c0a39bb9e40fadca4fe545b28d5ae3536919d Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Mon, 20 Jan 2014 14:54:47 +0100 Subject: [PATCH] build: Bump D-Bus dependency to 1.6 dbus_validate_path() was introduced in D-Bus 1.6 and it is no longer possible to build with 1.4. CCLD tools/bluetooth-player tools/bluetooth-player.o: In function `cmd_change_folder': tools/bluetooth-player.c:741: undefined reference to `dbus_validate_path' collect2: ld returned 1 exit status --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index c85f20841..ddbd584de 100644 --- a/configure.ac +++ b/configure.ac @@ -62,8 +62,8 @@ if (test "${enable_threads}" = "yes"); then GLIB_LIBS="$GLIB_LIBS $GTHREAD_LIBS" fi -PKG_CHECK_MODULES(DBUS, dbus-1 >= 1.4, dummy=yes, - AC_MSG_ERROR(D-Bus >= 1.4 is required)) +PKG_CHECK_MODULES(DBUS, dbus-1 >= 1.6, dummy=yes, + AC_MSG_ERROR(D-Bus >= 1.6 is required)) AC_SUBST(DBUS_CFLAGS) AC_SUBST(DBUS_LIBS) -- 2.47.3