mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-05 06:45:59 +01:00
4 lines
385 B
Meson
4 lines
385 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('legacy_renderer', type: 'feature', value: 'disabled', description: 'Enable legacy renderer')
|
|
option('tracy_enable', type: 'boolean', value: false , description: 'Enable profiling')
|