mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-15 08:56:34 -05:00
build-sys: Bump D-Bus dependency version to 1.4.12.
We use DBUS_TIMEOUT_USE_DEFAULT, which was introduced in 1.4.12.
This commit is contained in:
parent
dd6c8ae38f
commit
ec9474d55e
1 changed files with 1 additions and 1 deletions
|
|
@ -971,7 +971,7 @@ AC_ARG_ENABLE([dbus],
|
|||
AS_HELP_STRING([--disable-dbus],[Disable optional D-Bus support]))
|
||||
|
||||
AS_IF([test "x$enable_dbus" != "xno"],
|
||||
[PKG_CHECK_MODULES(DBUS, [ dbus-1 >= 1.3.0 ], HAVE_DBUS=1, HAVE_DBUS=0)],
|
||||
[PKG_CHECK_MODULES(DBUS, [ dbus-1 >= 1.4.12 ], HAVE_DBUS=1, HAVE_DBUS=0)],
|
||||
HAVE_DBUS=0)
|
||||
|
||||
AS_IF([test "x$enable_dbus" = "xyes" && test "x$HAVE_DBUS" = "x0"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue