linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ 1/2] build: Require D-Bus 1.5 or later
@ 2012-11-09  8:31 Syam Sidhardhan
  2012-11-09  8:31 ` [PATCH BlueZ 2/2] l2test: Add support to test auto select PSM Syam Sidhardhan
  2012-11-09 10:44 ` [PATCH BlueZ 1/2] build: Require D-Bus 1.5 or later Marcel Holtmann
  0 siblings, 2 replies; 6+ messages in thread
From: Syam Sidhardhan @ 2012-11-09  8:31 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Syam Sidhardhan

The gdbus require D-Bus 1.5 version.

Log:
  CC     gdbus/object.o
gdbus/object.c: In function ‘properties_set’:
gdbus/object.c:876:7: error: ‘DBUS_ERROR_UNKNOWN_PROPERTY’ undeclared
 (first use in this function)
gdbus/object.c:876:7: note: each undeclared identifier is reported
 only once for each function it appears in
gdbus/object.c:881:6: error: ‘DBUS_ERROR_PROPERTY_READ_ONLY’
 undeclared (first use in this function)
make[1]: *** [gdbus/object.o] Error 1
make: *** [all] Error 2
---
 acinclude.m4 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/acinclude.m4 b/acinclude.m4
index ddc8183..1ae402c 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -92,8 +92,8 @@ AC_DEFUN([AC_INIT_BLUEZ], [
 ])
 
 AC_DEFUN([AC_PATH_DBUS], [
-	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.5, dummy=yes,
+				AC_MSG_ERROR(D-Bus >= 1.5 is required))
 	AC_SUBST(DBUS_CFLAGS)
 	AC_SUBST(DBUS_LIBS)
 ])
-- 
1.7.4.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-11-19 14:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-09  8:31 [PATCH BlueZ 1/2] build: Require D-Bus 1.5 or later Syam Sidhardhan
2012-11-09  8:31 ` [PATCH BlueZ 2/2] l2test: Add support to test auto select PSM Syam Sidhardhan
2012-11-16  8:05   ` Johan Hedberg
2012-11-19 14:09     ` Syam Sidhardhan
2012-11-09 10:44 ` [PATCH BlueZ 1/2] build: Require D-Bus 1.5 or later Marcel Holtmann
     [not found]   ` <CAFBvHif+xS12ywGEUdpycTtU--TVZSTgAb4mJuN_O5NKJSz36w@mail.gmail.com>
2012-11-14 13:03     ` Syam Sidhardhan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).