mirror of
https://github.com/flightlessmango/MangoHud.git
synced 2024-10-31 15:20:13 +00:00
d956f60f86
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
12 lines
1006 B
Meson
12 lines
1006 B
Meson
option('glibcxx_asserts', type : 'boolean', value : false)
|
|
option('use_system_vulkan', type : 'feature', value : 'disabled', description: 'Use system vulkan headers instead of the provided ones')
|
|
option('mangohud_prefix', type : 'string', value : '', description: 'Add prefix to cross-compiled library, like "lib32-".')
|
|
option('append_libdir_mangohud', type : 'boolean', value : true, description: 'Append "mangohud" to libdir path or not.')
|
|
option('include_doc', type : 'boolean', value : true, description: 'Include the example config')
|
|
option('with_nvml', type : 'combo', value : 'enabled', choices: ['enabled', 'system', 'disabled'], description: 'Enable NVML support')
|
|
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')
|
|
option('with_dbus', type : 'feature', value : 'enabled')
|
|
option('with_dlsym', type : 'feature', value : 'disabled')
|