mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
bluez: check for bluez deps
This commit is contained in:
parent
249a12ee69
commit
bf43b55d16
3 changed files with 3 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue