Beginnings of dbus based control

This commit is contained in:
Wim Taymans 2016-10-14 16:46:09 +02:00
parent becae3e7fa
commit ee202e13e9
19 changed files with 2086 additions and 28 deletions

View file

@ -20,6 +20,7 @@ pinos_sources = [
'pinos.c',
'ringbuffer.c',
'subscribe.c',
gdbus_target,
]
install_headers(pinos_headers, subdir : 'pinos/client')
@ -44,7 +45,6 @@ enumtypes_c = custom_target('enumtypes_c',
libpinos_c_args = [
'-DHAVE_CONFIG_H',
'-D_GNU_SOURCE',
'-DG_LOG_DOMAIN=g_log_domain_pinos',
]