From: Colin Guthrie Date: Fri, 25 Feb 2011 09:24:07 +0000 (+0000) Subject: Merge remote-tracking branch 'mkbosmans/mingw32-build' X-Git-Tag: 1.0_branch~756 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a3dbdb044656e2f3ab9c7ae54fe74b9669155f2d;p=profile%2Fivi%2Fpulseaudio.git Merge remote-tracking branch 'mkbosmans/mingw32-build' --- a3dbdb044656e2f3ab9c7ae54fe74b9669155f2d diff --cc configure.ac index c5e8d6b,8b4f586..21dae30 --- a/configure.ac +++ b/configure.ac @@@ -1683,12 -1727,12 +1727,12 @@@ echo Preopened modules: ${PREOPEN_MODS} " - if test "${ENABLE_DBUS}" = "no" ; then + if test "${ENABLE_DBUS}" = "no" && test "x$os_is_win32" != "x1" ; then echo " ===== WARNING WARNING WARNING WARNING WARNING WARNING WARNING ===== -You do not have DBUS support enabled. It is strongly recommended -that you enable DBUS support if you platform supports it. -Many parts of PulseAudio use udev, from Console Kit interaction +You do not have D-Bus support enabled. It is strongly recommended +that you enable D-Bus support if your platform supports it. +Many parts of PulseAudio use D-Bus, from ConsoleKit interaction to the Device Reservation Protocol to speak to JACK, Bluetooth support and even a native control protocol for communicating and controling the PulseAudio daemon itself.