diff --git a/meson.build b/meson.build index 59713ea3201..97a058912d0 100644 --- a/meson.build +++ b/meson.build @@ -1460,7 +1460,7 @@ _drm_ver = '2.4.81' _libdrm_checks = [ ['intel', with_dri_i915 or with_gallium_i915], - ['amdgpu', with_amd_vk or with_gallium_radeonsi], + ['amdgpu', (with_amd_vk and not with_platform_windows) or with_gallium_radeonsi], ['radeon', (with_gallium_radeonsi or with_dri_r100 or with_dri_r200 or with_gallium_r300 or with_gallium_r600)], ['nouveau', (with_gallium_nouveau or with_dri_nouveau)],