mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-05-18 16:10:25 -07:00
* core: drop the legacy renderer the legacy renderer is broken and barely used, drop it. * Nix: drop support for legacyRenderer --------- Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
6 lines
485 B
Meson
6 lines
485 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('hyprpm', type: 'feature', value: 'enabled', description: 'Enable hyprpm')
|
|
option('tracy_enable', type: 'boolean', value: false , description: 'Enable profiling')
|