diff options
author | Matt Turner <mattst88@gmail.com> | 2023-06-15 11:25:48 -0400 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2023-06-15 22:55:51 +0000 |
commit | ce467c6b33d73fc40a791f2dd49a4c56c4ae8773 (patch) | |
tree | 38667450f1213c635f3a2ebd415501d157973667 /meson.build | |
parent | bea911174903190bcdeff63d431b04304c7fd6a8 (diff) | |
download | mesa-ce467c6b33d73fc40a791f2dd49a4c56c4ae8773.tar.gz mesa-ce467c6b33d73fc40a791f2dd49a4c56c4ae8773.tar.bz2 mesa-ce467c6b33d73fc40a791f2dd49a4c56c4ae8773.zip |
meson: Remove reference to removed SWR driver
Fixes: e2de00876a7 ("gallium/swr: Remove common code and build options")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23679>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 51aeed8e651..ad5070eac7e 100644 --- a/meson.build +++ b/meson.build @@ -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 |