mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-15 05:26:01 +01:00
Mihai Fufezan
ff411658e8
The file in the repo cannot be used in NixOS due to missing full paths, and the fact that `uwsm` does not have access to `PATH` to find the listed binaries. Might be useful in other situations as well.
5 lines
504 B
Meson
5 lines
504 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('tracy_enable', type: 'boolean', value: false , description: 'Enable profiling')
|