mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-19 08:57:14 -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
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue