meson: Remove reference to removed SWR driver
authorMatt Turner <mattst88@gmail.com>
Thu, 15 Jun 2023 15:25:48 +0000 (11:25 -0400)
committerMarge Bot <emma+marge@anholt.net>
Thu, 15 Jun 2023 22:55:51 +0000 (22:55 +0000)
Fixes: e2de00876a7 ("gallium/swr: Remove common code and build options")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23679>

meson.build

index 51aeed8..ad5070e 100644 (file)
@@ -1727,7 +1727,7 @@ if with_llvm
 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, SWR, Lavapipe. One of these is enabled, but LLVM is disabled.')
+  error('The following drivers require LLVM: RadeonSI, 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