added: parse JSON coming from kodi, if there is a notification that playback has started, switch on the amplifier

This commit is contained in:
Bob 2021-09-26 22:11:22 +02:00
parent 413f5ecf9d
commit d23b42c1b3
5 changed files with 62 additions and 19 deletions

View file

@ -17,6 +17,7 @@ def configure(conf):
conf.check(header_name='jack/jack.h')
conf.check(header_name='boost/asio.hpp')
conf.check(header_name='nlohmann/json.hpp')
conf.check(lib='jack', uselib_store='jack', mandatory=True)
conf.check(lib='pthread', uselib_store='pthread', mandatory=False)