From b5f3587df4048d2ba807721ff2faea8c8a43a93f Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Mon, 24 Nov 2025 19:39:30 -0500 Subject: WIP --- src/compiler/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/meson.build') diff --git a/src/compiler/meson.build b/src/compiler/meson.build index 92e72a44f9a..3404bc0c445 100644 --- a/src/compiler/meson.build +++ b/src/compiler/meson.build @@ -72,6 +72,6 @@ if with_gallium endif subdir('isaspec') -if with_nouveau_vk +if with_nouveau_vk or with_frygon_vk subdir('rust') endif -- cgit v1.2.3