gamescope/meson_options.txt

6 lines
473 B
Meson
Raw Permalink Normal View History

2021-07-27 16:01:04 +00:00
option('pipewire', type: 'feature', description: 'Screen capture via PipeWire')
option('enable_gamescope', type : 'boolean', value : true, description: 'Build Gamescope executable')
option('enable_gamescope_wsi_layer', type : 'boolean', value : true, description: 'Build Gamescope layer')
2023-01-11 20:26:00 +00:00
option('enable_openvr_support', type : 'boolean', value : true, description: 'OpenVR Integrations')
2023-10-11 14:00:23 +00:00
option('benchmark', type: 'feature', description: 'Benchmark tools')