combine no-daemon, elogind and systemd option

Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
This commit is contained in:
Stephan Lachnit
2020-04-27 10:20:49 +02:00
committed by afayaz-feral
parent 953792b4a5
commit ce6485ef97
4 changed files with 19 additions and 26 deletions

View File

@@ -17,11 +17,11 @@ gamemoded_includes += config_h_dir
gamemoded = executable(
'gamemoded',
sources: daemon_sources,
c_args: elogind_args,
c_args: sd_bus_args,
dependencies: [
link_daemon_common,
dep_threads,
dep_systemd,
sd_bus_dep,
inih_dependency,
libdl,
],