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"