projects/*/options: add option to en/disable PulseAudi support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-07-25 14:24:35 +02:00
parent 5476d254b9
commit edbc823f90
3 changed files with 9 additions and 0 deletions

View File

@ -89,6 +89,9 @@
# build and install Avahi (Zeroconf) daemon (yes / no)
AVAHI_DAEMON="yes"
# build and install PulseAudio support (yes / no)
PULSEAUDIO_SUPPORT="no"
# build and install Samba Server (yes / no)
SAMBA_SERVER="yes"

View File

@ -89,6 +89,9 @@
# build and install Avahi (Zeroconf) daemon (yes / no)
AVAHI_DAEMON="yes"
# build and install PulseAudio support (yes / no)
PULSEAUDIO_SUPPORT="no"
# build and install Samba Server (yes / no)
SAMBA_SERVER="yes"

View File

@ -89,6 +89,9 @@
# build and install Avahi (Zeroconf) daemon (yes / no)
AVAHI_DAEMON="yes"
# build and install PulseAudio support (yes / no)
PULSEAUDIO_SUPPORT="no"
# build and install Samba Server (yes / no)
SAMBA_SERVER="yes"