bluez5: Make native and ofono backends optional

This commit is contained in:
Frédéric Danis 2020-07-22 14:50:38 +02:00 committed by Wim Taymans
parent ebdaac160c
commit db0c224b06
5 changed files with 55 additions and 4 deletions

View file

@ -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',