forked from WayfireWM/wayfire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meson_options.txt
8 lines (8 loc) · 897 Bytes
/
meson_options.txt
1
2
3
4
5
6
7
8
option('enable_gles32', type: 'boolean', value: true, description: 'Enable usage of GLES 3.2')
option('use_system_wfconfig', type: 'feature', value: 'auto', description: 'Use the system-wide installation of wf-config')
option('use_system_wlroots', type: 'feature', value: 'auto', description: 'Use the system-wide installation of wlroots')
option('xwayland', type: 'feature', value: 'auto', description: 'Build with xwayland support. Requires wlroots also built with xwayland support')
option('default_config_backend', type: 'string', value: 'default', description: 'Default configuration backend to use')
option('print_trace', type: 'boolean', value: true, description: 'Print stack trace in debug logs (disables coredump)')
option('tests', type: 'feature', value: 'auto', description: 'Enable unit tests')
option('debug_ipc', type: 'boolean', value: 'true', description: 'Enable debugging IPC')