changeset 804:149d4199e052

audio/pulseaudio: disable bluetooth once sbc is there
author David Demelier <markand@malikania.fr>
date Sun, 18 Aug 2019 20:19:14 +0200
parents 42ca1f03a3a4
children 5c489ef232dc
files audio/pulseaudio/pulseaudio.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/audio/pulseaudio/pulseaudio.sh	Sun Aug 18 20:13:47 2019 +0200
+++ b/audio/pulseaudio/pulseaudio.sh	Sun Aug 18 20:19:14 2019 +0200
@@ -33,7 +33,7 @@
 : ${LIBS:=}
 : ${ALSA:=yes}
 : ${AVAHI:=no}          # TODO: set to yes once avahi is there
-: ${BLUETOOTH:=yes}
+: ${BLUETOOTH:=no}      # TODO: set to on once sbc is there (for bluez)
 : ${GTK:=yes}
 : ${IPV6:=yes}
 : ${JACK:=yes}