mirror of
https://github.com/hyprwm/Hyprland
synced 2025-01-23 19:49:48 +01:00
6 lines
586 B
Meson
6 lines
586 B
Meson
option('xwayland', type: 'feature', value: 'auto', description: 'Enable support for X11 applications')
|
|
option('systemd', type: 'feature', value: 'auto', description: 'Enable systemd integration')
|
|
option('uwsm', type: 'feature', value: 'enabled', description: 'Enable uwsm integration (only if systemd is enabled)')
|
|
option('legacy_renderer', type: 'feature', value: 'disabled', description: 'Enable legacy renderer')
|
|
option('hyprpm', type: 'feature', value: 'enabled', description: 'Enable hyprpm')
|
|
option('tracy_enable', type: 'boolean', value: false , description: 'Enable profiling')
|