mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-25 00:43:06 +02:00
change location for the shipped default config
Before it was installed to /etc, but according the daemon/gamemode-config.c line 381 the shipped config should be in /usr/share/gamemode Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
This commit is contained in:
parent
7a68a178ac
commit
f6c68cd6de
@ -79,7 +79,7 @@ path_libdir = join_paths(path_prefix, get_option('libdir'))
|
||||
path_libexecdir = join_paths(path_prefix, get_option('libexecdir'))
|
||||
path_mandir = join_paths(path_prefix, get_option('mandir'))
|
||||
path_metainfo = join_paths(path_datadir, 'metainfo')
|
||||
path_sysconfdir = join_paths(path_prefix, get_option('sysconfdir'))
|
||||
path_sysconfdir = join_paths(path_datadir, 'gamemode')
|
||||
|
||||
# Find systemd / elogind via pkgconfig
|
||||
sd_bus_provider = get_option('with-sd-bus-provider')
|
||||
|
Loading…
x
Reference in New Issue
Block a user