mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
bluez5: Make native and ofono backends optional
This commit is contained in:
parent
ebdaac160c
commit
db0c224b06
5 changed files with 55 additions and 4 deletions
|
|
@ -64,6 +64,14 @@ option('bluez5',
|
|||
description: 'Enable bluez5 spa plugin integration',
|
||||
type: 'boolean',
|
||||
value: true)
|
||||
option('bluez5-backend-native',
|
||||
description: 'Enable native HSP backend in bluez5 spa plugin',
|
||||
type: 'boolean',
|
||||
value: true)
|
||||
option('bluez5-backend-ofono',
|
||||
description: 'Enable oFono HFP backend in bluez5 spa plugin',
|
||||
type: 'boolean',
|
||||
value: true)
|
||||
option('control',
|
||||
description: 'Enable control spa plugin integration',
|
||||
type: 'boolean',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue