mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-08-14 00:49:20 +02:00
added option to disable building the utils
When you need both 32 and 64 bit version of the library only one version of the utils is required.
This commit is contained in:
@@ -12,3 +12,4 @@ option('with-dbus-service-dir', type: 'string', description: 'Explicitly set the
|
||||
# General options
|
||||
option('with-examples', type: 'boolean', description: 'Build sample programs', value: 'true')
|
||||
option('with-daemon', type: 'boolean', description: 'Build the daemon', value: 'true')
|
||||
option('with-util', type: 'boolean', description: 'Build the utilities', value: 'true')
|
||||
|
Reference in New Issue
Block a user