All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] build: require dbus >= 1.6
@ 2020-03-04  7:16 joey
  2020-03-04 16:07 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: joey @ 2020-03-04  7:16 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 660 bytes --]

dbus_validate_path() is used several times. dbus's NEWS says it was
added in 1.5.12.
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index b17bfb5e..3655a112 100644
--- a/configure.ac
+++ b/configure.ac
@@ -67,8 +67,8 @@ PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.32, dummy=yes,
 AC_SUBST(GLIB_CFLAGS)
 AC_SUBST(GLIB_LIBS)
 
-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.17.1

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

* Re: [PATCH] build: require dbus >= 1.6
  2020-03-04  7:16 [PATCH] build: require dbus >= 1.6 joey
@ 2020-03-04 16:07 ` Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2020-03-04 16:07 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 283 bytes --]

Hi Joey,

On 3/4/20 1:16 AM, joey(a)joeyhewitt.com wrote:
> dbus_validate_path() is used several times. dbus's NEWS says it was
> added in 1.5.12.
> ---
>   configure.ac | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 

Applied, thanks.

Regards,
-Denis

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

end of thread, other threads:[~2020-03-04 16:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-04  7:16 [PATCH] build: require dbus >= 1.6 joey
2020-03-04 16:07 ` Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.