bluez5: backend-native: Add a ModemManager dependency

Some Linux phones doesn't use oFono but ModemManager to control the modem.
This commit is contained in:
Frédéric Danis 2022-09-06 12:13:14 +02:00 committed by Wim Taymans
parent 05a133f5b5
commit 28533cb615
3 changed files with 12 additions and 0 deletions

View file

@ -92,6 +92,10 @@ option('bluez5-backend-hfp-native',
description: 'Enable HFP in native backend in bluez5 spa plugin',
type: 'feature',
value: 'enabled')
option('bluez5-backend-native-mm',
description: 'Enable ModemManager in native backend in bluez5 spa plugin',
type: 'feature',
value: 'disabled')
option('bluez5-backend-ofono',
description: 'Enable oFono HFP backend in bluez5 spa plugin (no dependency on oFono)',
type: 'feature',