meson,ci: remove dead kmsro option in gallium-drivers

Fixes: 70813c1c13 ("meson: Remove kmsro from gallium-drivers")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30463>
This commit is contained in:
Eric Engestrom
2024-08-01 11:43:51 +02:00
committed by Marge Bot
parent 71c506a907
commit 89863a050b
2 changed files with 9 additions and 9 deletions

View File

@@ -86,7 +86,7 @@ option(
type : 'array',
value : ['auto'],
choices : [
'auto', 'kmsro', 'radeonsi', 'r300', 'r600', 'nouveau', 'freedreno',
'auto', 'radeonsi', 'r300', 'r600', 'nouveau', 'freedreno',
'swrast', 'v3d', 'vc4', 'etnaviv', 'tegra', 'i915', 'svga', 'virgl',
'panfrost', 'iris', 'lima', 'zink', 'd3d12', 'asahi', 'crocus', 'all',
'softpipe', 'llvmpipe',