diff --git a/meson.build b/meson.build index 1f310a24537..205421affa7 100644 --- a/meson.build +++ b/meson.build @@ -824,9 +824,9 @@ if not system_has_kms_drm else _va = 'disabled' endif -elif not (with_gallium_r600 or with_gallium_radeonsi or with_gallium_nouveau or with_gallium_d3d12_video) +elif not (with_gallium_r600 or with_gallium_radeonsi or with_gallium_nouveau or with_gallium_d3d12_video or with_gallium_virgl) if _va == 'enabled' - error('VA state tracker requires at least one of the following gallium drivers: r600, radeonsi, nouveau, d3d12 (with option gallium-d3d12-video).') + error('VA state tracker requires at least one of the following gallium drivers: r600, radeonsi, nouveau, d3d12 (with option gallium-d3d12-video), virgl.') else _va = 'disabled' endif