diff options
author | Oliver Ni <[email protected]> | 2023-03-27 00:10:42 -0400 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2023-03-27 11:00:37 +0300 |
commit | e994b0c8b881de5145e583720abbd9ff27d727ac (patch) | |
tree | 09bac5b03982b0686665d512e857a5aec8c5bbe5 /meson_options.txt | |
parent | 3343aac6bf6aa601cb882859edf63a6cb59bb774 (diff) | |
download | Hyprland-e994b0c8b881de5145e583720abbd9ff27d727ac.tar.gz Hyprland-e994b0c8b881de5145e583720abbd9ff27d727ac.zip |
Fix nix build options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index e8e2b062..16a34a54 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,2 +1,3 @@ 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') |