summaryrefslogtreecommitdiff
path: root/lib/mesa/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mesa/meson_options.txt')
-rw-r--r--lib/mesa/meson_options.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/mesa/meson_options.txt b/lib/mesa/meson_options.txt
index 589d10bb3..ccf70659f 100644
--- a/lib/mesa/meson_options.txt
+++ b/lib/mesa/meson_options.txt
@@ -58,8 +58,8 @@ option(
type : 'array',
value : ['auto'],
choices : [
- '', 'auto', 'pl111', 'radeonsi', 'r300', 'r600', 'nouveau', 'freedreno',
- 'swrast', 'v3d', 'vc4', 'etnaviv', 'imx', 'tegra', 'i915', 'svga', 'virgl',
+ '', 'auto', 'kmsro', 'radeonsi', 'r300', 'r600', 'nouveau', 'freedreno',
+ 'swrast', 'v3d', 'vc4', 'etnaviv', 'tegra', 'i915', 'svga', 'virgl',
'swr',
],
description : 'List of gallium drivers to build. If this is set to auto all drivers applicable to the target OS/architecture will be built'
@@ -301,7 +301,7 @@ option(
'tools',
type : 'array',
value : [],
- choices : ['freedreno', 'glsl', 'intel', 'intel-ui', 'nir', 'nouveau', 'xvmc', 'all'],
+ choices : ['etnaviv', 'freedreno', 'glsl', 'intel', 'intel-ui', 'nir', 'nouveau', 'xvmc', 'all'],
description : 'List of tools to build. (Note: `intel-ui` selects `intel`)',
)
option(