bluez5: Rename backend-hsp-native to backend-native

This commit is contained in:
Frédéric Danis 2021-01-04 15:50:03 +01:00
parent 219248d43e
commit 00cce32514
4 changed files with 18 additions and 18 deletions

View file

@ -34,7 +34,7 @@ if fdk_aac_dep.found()
endif
if get_option('bluez5-backend-native')
bluez5_sources += ['backend-hsp-native.c']
bluez5_sources += ['backend-native.c']
endif
if get_option('bluez5-backend-ofono')