bluez5: Add simple HFP AG support to backend-native

This commit is contained in:
Frédéric Danis 2020-12-23 14:41:57 +01:00
parent 677f122f1d
commit 7bd86df6df
6 changed files with 263 additions and 65 deletions

View file

@ -33,7 +33,7 @@ if fdk_aac_dep.found()
bluez5_deps += fdk_aac_dep
endif
if get_option('bluez5-backend-native')
if get_option('bluez5-backend-hsp-native') or get_option('bluez5-backend-hfp-native')
bluez5_sources += ['backend-native.c']
endif