example: add example external bluez devices

Add an example for how to monitor devices, and make nodes that
can be used to stream bluetooth out of the daemon process.
This commit is contained in:
Wim Taymans 2019-05-30 16:12:34 +02:00
parent e1cbdaed0b
commit de51046fd5
2 changed files with 430 additions and 0 deletions

View file

@ -38,6 +38,13 @@ executable('media-session',
dependencies : [pipewire_dep, mathlib],
)
executable('bluez-session',
'bluez-session.c',
c_args : [ '-D_GNU_SOURCE' ],
install: false,
dependencies : [pipewire_dep, mathlib],
)
if sdl_dep.found()
executable('video-play',
'video-play.c',