mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
build-sys: Correct typos in configure
s/Console Kit/ConsoleKit/ [1] s/DBUS/D-Bus/ [2] Plus some spelling fixes and context in warning sometimes shown to user [1] http://www.freedesktop.org/wiki/Software/ConsoleKit [2] http://www.freedesktop.org/wiki/Software/dbus
This commit is contained in:
parent
d90be03474
commit
1f848f82c4
1 changed files with 6 additions and 6 deletions
12
configure.ac
12
configure.ac
|
|
@ -1259,7 +1259,7 @@ AC_SUBST(HAVE_DBUS)
|
||||||
AM_CONDITIONAL([HAVE_DBUS], [test "x$HAVE_DBUS" = x1])
|
AM_CONDITIONAL([HAVE_DBUS], [test "x$HAVE_DBUS" = x1])
|
||||||
|
|
||||||
|
|
||||||
# udev and HAL depend on DBUS: So double check if they were explicitly enabled.
|
# udev and HAL depend on D-Bus: So double check if they were explicitly enabled.
|
||||||
if test "x$HAVE_DBUS" != "x1" ; then
|
if test "x$HAVE_DBUS" != "x1" ; then
|
||||||
HAVE_HAL=0
|
HAVE_HAL=0
|
||||||
if test "x${hal}" = xyes ; then
|
if test "x${hal}" = xyes ; then
|
||||||
|
|
@ -1660,7 +1660,7 @@ echo "
|
||||||
Enable Jack: ${ENABLE_JACK}
|
Enable Jack: ${ENABLE_JACK}
|
||||||
Enable Async DNS: ${ENABLE_LIBASYNCNS}
|
Enable Async DNS: ${ENABLE_LIBASYNCNS}
|
||||||
Enable LIRC: ${ENABLE_LIRC}
|
Enable LIRC: ${ENABLE_LIRC}
|
||||||
Enable DBUS: ${ENABLE_DBUS}
|
Enable D-Bus: ${ENABLE_DBUS}
|
||||||
Enable HAL: ${ENABLE_HAL}
|
Enable HAL: ${ENABLE_HAL}
|
||||||
Enable BlueZ: ${ENABLE_BLUEZ}
|
Enable BlueZ: ${ENABLE_BLUEZ}
|
||||||
Enable udev: ${ENABLE_UDEV}
|
Enable udev: ${ENABLE_UDEV}
|
||||||
|
|
@ -1686,9 +1686,9 @@ echo "
|
||||||
if test "${ENABLE_DBUS}" = "no" ; then
|
if test "${ENABLE_DBUS}" = "no" ; then
|
||||||
echo "
|
echo "
|
||||||
===== WARNING WARNING WARNING WARNING WARNING WARNING WARNING =====
|
===== WARNING WARNING WARNING WARNING WARNING WARNING WARNING =====
|
||||||
You do not have DBUS support enabled. It is strongly recommended
|
You do not have D-Bus support enabled. It is strongly recommended
|
||||||
that you enable DBUS support if you platform supports it.
|
that you enable D-Bus support if your platform supports it.
|
||||||
Many parts of PulseAudio use udev, from Console Kit interaction
|
Many parts of PulseAudio use D-Bus, from ConsoleKit interaction
|
||||||
to the Device Reservation Protocol to speak to JACK, Bluetooth
|
to the Device Reservation Protocol to speak to JACK, Bluetooth
|
||||||
support and even a native control protocol for communicating and
|
support and even a native control protocol for communicating and
|
||||||
controling the PulseAudio daemon itself.
|
controling the PulseAudio daemon itself.
|
||||||
|
|
@ -1700,7 +1700,7 @@ if test "${ENABLE_UDEV}" = "no" ; then
|
||||||
echo "
|
echo "
|
||||||
===== WARNING WARNING WARNING WARNING WARNING WARNING WARNING =====
|
===== WARNING WARNING WARNING WARNING WARNING WARNING WARNING =====
|
||||||
You do not have udev support enabled. It is strongly recommended
|
You do not have udev support enabled. It is strongly recommended
|
||||||
that you enable udev support if you platform supports it as it is
|
that you enable udev support if your platform supports it as it is
|
||||||
the primary method used to detect hardware audio devices (on Linux)
|
the primary method used to detect hardware audio devices (on Linux)
|
||||||
and is thus a critical part of PulseAudio on that platform.
|
and is thus a critical part of PulseAudio on that platform.
|
||||||
===== WARNING WARNING WARNING WARNING WARNING WARNING WARNING =====
|
===== WARNING WARNING WARNING WARNING WARNING WARNING WARNING =====
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue