mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-04 22:57:21 +02:00

This makes it quicker and easier to build multilib + multiarch variants of the library without having to compile the larget host-arch specific daemon. This is required for using the automatic LD_PRELOAD module with older 32-bit games on a 64-bit host, to ensure they all have access to the library. Signed-off-by: Ikey Doherty <ikey@solus-project.com>
4 lines
297 B
Meson
4 lines
297 B
Meson
option('with-systemd-user-unit-dir', type: 'string', description: 'Explicitly set the systemd user unit directory')
|
|
option('with-examples', type: 'boolean', description: 'Build sample programs', value: 'true')
|
|
option('with-daemon', type: 'boolean', description: 'Build the daemon', value: 'true')
|