don't build bluez when sbc is missing

This commit is contained in:
Wim Taymans 2018-01-23 16:06:54 +01:00
parent cf036a15f0
commit afae27b4cc
2 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,9 @@
subdir('alsa')
subdir('audiomixer')
subdir('audiotestsrc')
subdir('bluez5')
if sbc_dep.found()
subdir('bluez5')
endif
if avcodec_dep.found()
subdir('ffmpeg')
endif