mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-26 17:31:45 +02:00
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:
@ -12,7 +12,7 @@ gamemode = shared_library(
|
||||
'client_impl.c',
|
||||
],
|
||||
dependencies: [
|
||||
dep_systemd,
|
||||
dep_dbus,
|
||||
],
|
||||
install: true,
|
||||
soversion: lt_current,
|
||||
|
Reference in New Issue
Block a user