Hyprland/meson_options.txt

5 lines
385 B
Meson
Raw Normal View History

option('xwayland', type: 'feature', value: 'auto', description: 'Enable support for X11 applications')
option('systemd', type: 'feature', value: 'auto', description: 'Enable systemd integration')
2023-03-27 06:10:42 +02:00
option('legacy_renderer', type: 'feature', value: 'disabled', description: 'Enable legacy renderer')
2024-09-22 19:53:34 +02:00
option('tracy_enable', type: 'boolean', value: false , description: 'Enable profiling')