forked from ValveSoftware/steamos-compositor
-
Notifications
You must be signed in to change notification settings - Fork 211
/
meson_options.txt
10 lines (10 loc) · 1004 Bytes
/
meson_options.txt
1
2
3
4
5
6
7
8
9
10
option('pipewire', type: 'feature', description: 'Screen capture via PipeWire')
option('rt_cap', type: 'feature', description: 'Support for creating real-time threads + compute queues')
option('drm_backend', type: 'feature', description: 'DRM Atomic Backend')
option('sdl2_backend', type: 'feature', description: 'SDL2 Window Backend')
option('avif_screenshots', type: 'feature', description: 'Support for saving .AVIF HDR screenshots')
option('input_emulation' , type: 'feature', description: 'Support for XTest/Input Emulation with libei')
option('enable_gamescope', type : 'boolean', value : true, description: 'Build Gamescope executable')
option('enable_gamescope_wsi_layer', type : 'boolean', value : true, description: 'Build Gamescope layer')
option('enable_openvr_support', type : 'boolean', value : true, description: 'OpenVR Integrations')
option('benchmark', type: 'feature', description: 'Benchmark tools')