diff --git a/meson.options b/meson.options index a90f47c9b8e..cbeca70cf08 100644 --- a/meson.options +++ b/meson.options @@ -79,10 +79,10 @@ option( type : 'array', value : ['auto'], choices : [ - 'auto', 'radeonsi', 'r300', 'r600', 'nouveau', 'freedreno', - 'v3d', 'vc4', 'etnaviv', 'tegra', 'i915', 'svga', 'virgl', - 'panfrost', 'iris', 'lima', 'zink', 'd3d12', 'asahi', 'crocus', 'all', - 'softpipe', 'llvmpipe', + 'all', 'auto', + 'asahi', 'crocus', 'd3d12', 'etnaviv', 'freedreno', 'i915', 'iris', + 'lima', 'llvmpipe', 'nouveau', 'panfrost', 'r300', 'r600', 'radeonsi', + 'softpipe', 'svga', 'tegra', 'v3d', 'vc4', 'virgl', 'zink', ], description : 'List of gallium drivers to build. If this is set to auto ' + 'all drivers applicable to the target OS/architecture ' +