From e994b0c8b881de5145e583720abbd9ff27d727ac Mon Sep 17 00:00:00 2001 From: Oliver Ni Date: Mon, 27 Mar 2023 00:10:42 -0400 Subject: Fix nix build options --- meson_options.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'meson_options.txt') 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') -- cgit v1.2.3