diff options
| author | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2025-11-24 19:39:30 -0500 |
|---|---|---|
| committer | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2025-11-24 19:39:30 -0500 |
| commit | b5f3587df4048d2ba807721ff2faea8c8a43a93f (patch) | |
| tree | 6913f730a41822b98fecd5e82b7cae46164fd9c0 /src/compiler | |
| parent | 41c700fdbf1d79dfb571105ee93bfa46da6c8428 (diff) | |
WIPfrygon
Diffstat (limited to 'src/compiler')
| -rw-r--r-- | src/compiler/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
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 |