diff --git a/meson.build b/meson.build index 722469fbe37..98974db2842 100644 --- a/meson.build +++ b/meson.build @@ -1755,8 +1755,8 @@ if with_llvm endif elif with_amd_vk and with_aco_tests error('ACO tests require LLVM, but LLVM is disabled.') -elif with_gallium_radeonsi or with_swrast_vk - error('The following drivers require LLVM: RadeonSI, Lavapipe. One of these is enabled, but LLVM is disabled.') +elif with_swrast_vk + error('The following drivers require LLVM: Lavapipe. One of these is enabled, but LLVM is disabled.') elif with_gallium_opencl error('The OpenCL "Clover" state tracker requires LLVM, but LLVM is disabled.') elif with_clc