2022-06-12 22:57:03 +02:00
|
|
|
option('xwayland', type: 'feature', value: 'auto', description: 'Enable support for X11 applications')
|
2023-01-05 14:17:55 -05:00
|
|
|
option('systemd', type: 'feature', value: 'auto', description: 'Enable systemd integration')
|
2024-11-11 10:05:01 +02:00
|
|
|
option('uwsm', type: 'feature', value: 'enabled', description: 'Enable uwsm integration (only if systemd is enabled)')
|
2023-03-27 00:10:42 -04: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')
|