Hyprland/meson_options.txt

6 lines
485 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')
option('uwsm', type: 'feature', value: 'enabled', description: 'Enable uwsm integration (only if systemd is enabled)')
option('hyprpm', type: 'feature', value: 'enabled', description: 'Enable hyprpm')
2024-09-22 20:53:34 +03:00
option('tracy_enable', type: 'boolean', value: false , description: 'Enable profiling')