[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.19-492-g5248a58
Colin Guthrie
gitmailer-noreply at 0pointer.de
Thu Feb 25 06:00:35 PST 2010
This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.
The master branch has been updated
from c6b9931bf109b175def6be581d1d946b48ed59d4 (commit)
- Log -----------------------------------------------------------------
5248a58 build-sys: Mention dbus support in the summary
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
commit 5248a584a36d49b745c1891954e9aa5e689e89a2
Author: Colin Guthrie <cguthrie at mandriva.org>
Date: Thu Feb 25 14:00:08 2010 +0000
build-sys: Mention dbus support in the summary
diff --git a/configure.ac b/configure.ac
index c277f6e..48ce1c6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1518,6 +1518,11 @@ if test "x$HAVE_LIRC" = "x1" ; then
ENABLE_LIRC=yes
fi
+ENABLE_DBUS=no
+if test "x$HAVE_DBUS" = "x1" ; then
+ ENABLE_DBUS=yes
+fi
+
ENABLE_HAL=no
if test "x$HAVE_HAL" = "x1" ; then
ENABLE_HAL=yes
@@ -1608,6 +1613,7 @@ echo "
Enable Jack: ${ENABLE_JACK}
Enable Async DNS: ${ENABLE_LIBASYNCNS}
Enable LIRC: ${ENABLE_LIRC}
+ Enable DBUS: ${ENABLE_DBUS}
Enable HAL: ${ENABLE_HAL}
Enable udev: ${ENABLE_UDEV}
Enable HAL->udev compat: ${ENABLE_HAL_COMPAT}
--
hooks/post-receive
PulseAudio Sound Server
More information about the pulseaudio-commits
mailing list