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

@ -13,6 +13,7 @@ libudev_dep = dependency('libudev')
threads_dep = dependency('threads')
speexdsp_dep = dependency('speexdsp')
sdl_dep = dependency('sdl2', required : false)
bluez_dep = dependency('bluez', version : '>= 4.101', required : false)
#cc = meson.get_compiler('c')
#dl_lib = cc.find_library('dl', required : false)