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

@ -18,7 +18,7 @@ config_example = run_command(
).stdout().strip()
data_conf.set('GAMEMODE_EXAMPLE_CONFIG', config_example)
if with_systemd == true
if sd_bus_provider == 'systemd'
# Install systemd user unit
configure_file(
input: 'gamemoded.service.in',