mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
bluez5: Add simple HFP AG support to backend-native
This commit is contained in:
parent
677f122f1d
commit
7bd86df6df
6 changed files with 263 additions and 65 deletions
|
|
@ -280,7 +280,12 @@ if get_option('systemd')
|
|||
endif
|
||||
|
||||
if get_option('bluez5')
|
||||
if get_option('bluez5-backend-native')
|
||||
if get_option('bluez5-backend-hsp-native')
|
||||
cdata.set('HAVE_BLUEZ_5_BACKEND_HSP_NATIVE', 1)
|
||||
cdata.set('HAVE_BLUEZ_5_BACKEND_NATIVE', 1)
|
||||
endif
|
||||
if get_option('bluez5-backend-hfp-native')
|
||||
cdata.set('HAVE_BLUEZ_5_BACKEND_HFP_NATIVE', 1)
|
||||
cdata.set('HAVE_BLUEZ_5_BACKEND_NATIVE', 1)
|
||||
endif
|
||||
if get_option('bluez5-backend-ofono')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue