2022-06-12 23:57:03 +03:00
|
|
|
option('xwayland', type: 'feature', value: 'auto', description: 'Enable support for X11 applications')
|
2023-01-05 22:17:55 +03:00
|
|
|
option('systemd', type: 'feature', value: 'auto', description: 'Enable systemd integration')
|
2024-11-11 11:05:01 +03:00
|
|
|
option('uwsm', type: 'feature', value: 'enabled', description: 'Enable uwsm integration (only if systemd is enabled)')
|
2023-03-27 07:10:42 +03:00
|
|
|
option('legacy_renderer', type: 'feature', value: 'disabled', description: 'Enable legacy renderer')
|
2024-09-22 20:53:34 +03:00
|
|
|
option('tracy_enable', type: 'boolean', value: false , description: 'Enable profiling')
|