mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-20 22:43:47 -07:00
.github
assets
docs
example
hyprctl
hyprpm
nix
protocols
scripts
src
subprojects
systemd
.clang-format
.clang-format-ignore
.gitattributes
.gitignore
.gitmodules
CMakeLists.txt
CODE_OF_CONDUCT.md
LICENSE
Makefile
README.md
VERSION
flake.lock
flake.nix
hyprland.pc.in
meson.build
meson_options.txt
5 lines
385 B
Meson
5 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')
|