mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
bluez: check for bluez deps
This commit is contained in:
parent
249a12ee69
commit
bf43b55d16
3 changed files with 3 additions and 2 deletions
|
|
@ -7,6 +7,6 @@ bluez5_sources = ['plugin.c',
|
|||
bluez5lib = shared_library('spa-bluez5',
|
||||
bluez5_sources,
|
||||
include_directories : [ spa_inc ],
|
||||
dependencies : [ dbus_dep, sbc_dep ],
|
||||
dependencies : [ dbus_dep, sbc_dep, bluez_dep ],
|
||||
install : true,
|
||||
install_dir : '@0@/spa/bluez5'.format(get_option('libdir')))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue