bluez5: add GDBus-based object monitor framework

This commit is contained in:
Pauli Virtanen 2022-11-14 01:48:27 +02:00 committed by Wim Taymans
parent 8d438d26ab
commit de595a78ff
6 changed files with 393 additions and 6 deletions

View file

@ -16,7 +16,7 @@ endif
if get_option('audiotestsrc').allowed()
subdir('audiotestsrc')
endif
if bluez_dep.found()
if bluez_deps_found
subdir('bluez5')
endif
if avcodec_dep.found()