lib: use libdbus for client's dbus messaging

Switch the dbus implementation for the client from systemd to
libdbus. The main reason is that, in flatpaks systemd is not easily
available. No phenomenological change for users of the library,
hopefully.
This commit is contained in:
Christian Kellner
2019-05-20 19:59:54 +02:00
parent 3a2ebd1cdf
commit e87a8f19f3
3 changed files with 158 additions and 58 deletions

View File

@ -12,7 +12,7 @@ gamemode = shared_library(
'client_impl.c',
],
dependencies: [
dep_systemd,
dep_dbus,
],
install: true,
soversion: lt_current,