mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-10 13:29:58 -05:00
load bt discover module only when installed
This commit is contained in:
parent
707acabde5
commit
dcb24f5068
1 changed files with 2 additions and 2 deletions
|
|
@ -58,9 +58,9 @@ load-module module-detect
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
### Automatically load driver modules for Bluetooth hardware
|
### Automatically load driver modules for Bluetooth hardware
|
||||||
#.ifexists module-bluetooth-discover@PA_SOEXT@
|
.ifexists module-bluetooth-discover@PA_SOEXT@
|
||||||
load-module module-bluetooth-discover
|
load-module module-bluetooth-discover
|
||||||
#.endif
|
.endif
|
||||||
|
|
||||||
### Load several protocols
|
### Load several protocols
|
||||||
.ifexists module-esound-protocol-unix@PA_SOEXT@
|
.ifexists module-esound-protocol-unix@PA_SOEXT@
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue