meson: Rename nouveau-experimental to nouveau and build by default on x86

Reviewed-by: Joshua Ashton <joshua@froggi.es>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27832>
This commit is contained in:
Faith Ekstrand
2024-02-27 12:36:24 -06:00
committed by Marge Bot
parent e32c36df07
commit 75785749ef
3 changed files with 7 additions and 7 deletions

View File

@@ -221,7 +221,7 @@ option(
value : ['auto'],
choices : ['auto', 'amd', 'broadcom', 'freedreno', 'intel', 'intel_hasvk',
'panfrost', 'swrast', 'virtio', 'imagination-experimental',
'microsoft-experimental', 'nouveau-experimental', 'all'],
'microsoft-experimental', 'nouveau', 'all'],
description : 'List of vulkan drivers to build. If this is set to auto ' +
'all drivers applicable to the target OS/architecture ' +
'will be built'