Add bluez5 plugins

This commit is contained in:
Wim Taymans 2018-01-11 10:23:37 +01:00
parent 4a57f88345
commit 7d5f302f93
12 changed files with 3809 additions and 0 deletions

View file

@ -3,6 +3,11 @@ executable('test-mixer', 'test-mixer.c',
dependencies : [dl_lib, pthread_lib, libm],
link_with : spalib,
install : false)
executable('test-bluez5', 'test-bluez5.c',
include_directories : [spa_inc, spa_libinc ],
dependencies : [dl_lib, pthread_lib, libm, dbus_dep],
link_with : spalib,
install : false)
executable('test-ringbuffer', 'test-ringbuffer.c',
include_directories : [spa_inc, spa_libinc ],
dependencies : [dl_lib, pthread_lib],