Fix nix build options

This commit is contained in:
Oliver Ni
2023-03-27 00:10:42 -04:00
committed by Mihai Fufezan
parent 3343aac6bf
commit e994b0c8b8
3 changed files with 10 additions and 4 deletions

View File

@@ -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')