bluez: check for bluez deps

This commit is contained in:
Wim Taymans 2018-11-27 17:19:32 +01:00
parent 249a12ee69
commit bf43b55d16
3 changed files with 3 additions and 2 deletions

View file

@ -10,7 +10,7 @@ endif
if get_option('audiotestsrc')
subdir('audiotestsrc')
endif
if get_option('bluez5') and sbc_dep.found()
if get_option('bluez5') and sbc_dep.found() and bluez_dep.found()
subdir('bluez5')
endif
if get_option('ffmpeg') and avcodec_dep.found()