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 f241ba862cd..a0465112836 100644 --- a/meson.build +++ b/meson.build @@ -289,6 +289,7 @@ with_nouveau_vk = _vulkan_drivers.contains('nouveau') with_asahi_vk = _vulkan_drivers.contains('asahi') with_gfxstream_vk = _vulkan_drivers.contains('gfxstream') with_kosmickrisp_vk = _vulkan_drivers.contains('kosmickrisp') +with_frygon_vk = _vulkan_drivers.contains('frygon') with_any_vk = _vulkan_drivers.length() != 0 with_llvm = with_llvm \ @@ -754,7 +755,7 @@ if with_gallium_rusticl endif 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 +if with_gallium_rusticl or with_nouveau_vk or with_tools.contains('etnaviv') or with_virtgpu_kumquat or with_frygon_vk # 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') |