meson/ci: promote virtio-experimental to virtio
Signed-off-by: Yiwei Zhang <zzyiwei@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22547>
This commit is contained in:
@@ -237,7 +237,7 @@ with_amd_vk = _vulkan_drivers.contains('amd')
|
||||
with_freedreno_vk = _vulkan_drivers.contains('freedreno')
|
||||
with_panfrost_vk = _vulkan_drivers.contains('panfrost')
|
||||
with_swrast_vk = _vulkan_drivers.contains('swrast')
|
||||
with_virtio_vk = _vulkan_drivers.contains('virtio-experimental')
|
||||
with_virtio_vk = _vulkan_drivers.contains('virtio')
|
||||
with_broadcom_vk = _vulkan_drivers.contains('broadcom')
|
||||
with_imagination_vk = _vulkan_drivers.contains('imagination-experimental')
|
||||
with_imagination_srv = get_option('imagination-srv')
|
||||
|
Reference in New Issue
Block a user