mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
build-sys: Mention dbus support in the summary
This commit is contained in:
parent
b3ff4f400f
commit
8f8d247386
1 changed files with 6 additions and 0 deletions
|
|
@ -1514,6 +1514,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
|
||||
|
|
@ -1598,6 +1603,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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue