diff options
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 209f3fdb9b9..604c4a7e00d 100644 --- a/meson.build +++ b/meson.build @@ -736,7 +736,8 @@ if with_gallium_rusticl endif endif -if with_gallium_rusticl or with_nouveau_vk or with_tools.contains('etnaviv') +with_virtgpu_kumquat = get_option('virtgpu_kumquat') and with_gfxstream_vk +if with_gallium_rusticl or with_nouveau_vk or with_tools.contains('etnaviv') or with_virtgpu_kumquat # rust.bindgen() does not pass `--rust-target` to bindgen until 1.7.0. if meson.version().version_compare('< 1.7.0') error('Mesa Rust support requires Meson 1.7.0 or newer') |