mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 07:20:10 +01:00
meson: Remove reference to removed SWR driver
Fixes:e2de00876a("gallium/swr: Remove common code and build options") Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23679> (cherry picked from commitce467c6b33)
This commit is contained in:
parent
9f91082b67
commit
5e54b211e3
2 changed files with 2 additions and 2 deletions
|
|
@ -1462,7 +1462,7 @@
|
|||
"description": "meson: Remove reference to removed SWR driver",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "e2de00876a7033b6923f912af8d2b0bbd100e113"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1713,7 +1713,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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue