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')
|
2021-07-16 00:28:46 +00:00
|
|
|
option('use_system_spdlog', type : 'feature', value : 'disabled', description: 'Use system spdlog library')
|
2021-05-11 15:44:25 +00:00
|
|
|
option('vulkan_datadir', type : 'string', value : '', description: 'Path to the system vulkan headers data directory if different from MangoHud\'s datadir')
|
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-07-08 20:43:09 +00:00
|
|
|
option('ld_libdir_prefix', type : 'boolean', value : false, description: 'Set ld libdir to "$prefix/lib/mangohud/\$LIB"')
|
2020-11-27 15:43:44 +00:00
|
|
|
option('ld_libdir_abs', type : 'boolean', value : false, description: 'Use absolute path in LD_PRELOAD')
|
2021-04-18 20:00:06 +00:00
|
|
|
option('prepend_libdir_vk', type : 'boolean', value : true, description: 'Prepend libdir to library path in vulkan manifest')
|
2022-07-14 12:30:26 +00:00
|
|
|
option('include_doc', type : 'boolean', value : true, description: 'Include the example config, man pages, appstream files etc.')
|
2020-06-09 10:44:41 +00:00
|
|
|
option('with_nvml', type : 'combo', value : 'enabled', choices: ['enabled', 'system', 'disabled'], description: 'Enable NVML support')
|
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')
|
2020-04-18 16:11:50 +00:00
|
|
|
option('with_dlsym', type : 'feature', value : 'disabled')
|
2021-07-21 16:48:45 +00:00
|
|
|
option('loglevel', type: 'combo', choices : ['trace', 'debug', 'info', 'warn', 'err', 'critical', 'off'], value : 'info', description: 'Max log level in non-debug build')
|
2023-01-10 12:37:34 +00:00
|
|
|
option('mangoapp', type: 'boolean', value : true)
|
2023-01-10 12:38:05 +00:00
|
|
|
option('mangoapp_32bit', type: 'boolean', value : false)
|
2022-09-21 04:39:13 +00:00
|
|
|
option('mangohudctl', type: 'boolean', value : false)
|
|
|
|
option('mangoapp_layer', type: 'boolean', value : false)
|
2020-05-03 19:57:20 +00:00
|
|
|
option('tests', type: 'feature', value: 'auto', description: 'Run tests')
|