From edbc823f90b63f5dea42b011bbed48be9504d04d Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 25 Jul 2010 14:24:35 +0200 Subject: [PATCH] projects/*/options: add option to en/disable PulseAudi support Signed-off-by: Stephan Raue --- projects/ION/options | 3 +++ projects/generic/options | 3 +++ projects/intel/options | 3 +++ 3 files changed, 9 insertions(+) diff --git a/projects/ION/options b/projects/ION/options index 9e6f424d99..da77186183 100644 --- a/projects/ION/options +++ b/projects/ION/options @@ -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" diff --git a/projects/generic/options b/projects/generic/options index 04f807de53..8da4a84a13 100644 --- a/projects/generic/options +++ b/projects/generic/options @@ -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" diff --git a/projects/intel/options b/projects/intel/options index a61af011fe..ba0bb6f890 100644 --- a/projects/intel/options +++ b/projects/intel/options @@ -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"