2020-02-04 08:10:26 +00:00
|
|
|
option('glibcxx_asserts', type : 'boolean', value : false)
|
2020-02-13 18:16:31 +00:00
|
|
|
option('use_system_vulkan', type : 'feature', value : 'disabled', description: 'Use system vulkan headers instead of the provided ones')
|
2020-04-10 09:33:58 +00:00
|
|
|
option('use_system_nvml', type : 'boolean', value : false, description : 'Use system nvml headers instead of the provided ones')
|
2020-03-11 16:04:10 +00:00
|
|
|
option('mangohud_prefix', type : 'string', value : '', description: 'Add prefix to cross-compiled library, like "lib32-".')
|
2020-03-14 10:59:20 +00:00
|
|
|
option('append_libdir_mangohud', type : 'boolean', value : true, description: 'Append "mangohud" to libdir path or not.')
|
2020-03-15 15:01:08 +00:00
|
|
|
option('include_doc', type : 'boolean', value : true, description: 'Include the example config')
|
2020-02-11 21:29:29 +00:00
|
|
|
option('with_xnvctrl', type : 'feature', value : 'enabled', description: 'Enable XNVCtrl support')
|
|
|
|
option('with_x11', type : 'feature', value : 'enabled')
|
|
|
|
option('with_wayland', type : 'feature', value : 'disabled')
|
2020-04-04 20:47:48 +00:00
|
|
|
option('with_dbus', type : 'feature', value : 'enabled')
|