mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-27 01:41:45 +02:00
install example config
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
This commit is contained in:

committed by
afayaz-feral

parent
e1ae78e346
commit
43911a8919
@ -77,6 +77,7 @@ path_datadir = join_paths(path_prefix, get_option('datadir'))
|
||||
path_includedir = join_paths(path_prefix, get_option('includedir'))
|
||||
path_libdir = join_paths(path_prefix, get_option('libdir'))
|
||||
path_libexecdir = join_paths(path_prefix, get_option('libexecdir'))
|
||||
path_sysconfdir = join_paths(path_prefix, get_option('sysconfdir'))
|
||||
|
||||
# Find systemd via pkgconfig
|
||||
with_systemd = get_option('with-systemd')
|
||||
|
Reference in New Issue
Block a user