mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-08-14 08:59:20 +02:00
Add option to change lib dir in gamemoderun
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
This commit is contained in:

committed by
afayaz-feral

parent
1709810707
commit
1e8312f7e3
@@ -9,6 +9,9 @@ option('with-systemd-user-unit-dir', type: 'string', description: 'Explicitly se
|
||||
# Not using systemd
|
||||
option('with-dbus-service-dir', type: 'string', description: 'Explicitly set the D-BUS session directory')
|
||||
|
||||
# lib dir in gamemoderun
|
||||
option('with-gamemoderun-lib-dir', type: 'string', value: 'default', description: 'Explicitly set lib dir in gamemoderun')
|
||||
|
||||
# General options
|
||||
option('with-examples', type: 'boolean', description: 'Build sample programs', value: 'true')
|
||||
option('with-daemon', type: 'boolean', description: 'Build the daemon', value: 'true')
|
||||
|
Reference in New Issue
Block a user