forked from WayfireWM/wayfire
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmeson_options.txt
9 lines (9 loc) · 1014 Bytes
/
meson_options.txt
1
2
3
4
5
6
7
8
9
option('enable_gles32', type: 'boolean', value: true, description: 'Enable usage of GLES 3.2')
option('enable_openmp', type: 'boolean', value: true, description: 'Enable usage of OpenMP')
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('enable_android_renderer', type: 'boolean', value: true, description: 'Enable usage of Android renderer')