summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDylan Baker <dylan.c.baker@intel.com>2022-12-20 15:07:14 -0800
committerMarge Bot <emma+marge@anholt.net>2023-01-19 16:29:03 +0000
commitb200d547dcd21df11a1c3dbbf446700863532a27 (patch)
tree798f42ac3fc0d8414bd944e698beec3df35a404e /meson_options.txt
parent6f66b89ac3676bcdaad0da3b9af8aae0ef6b826a (diff)
meson: use a feature option for gallium-xa
Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20409>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 74713614821..8976c0d70e5 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -120,9 +120,7 @@ option(
)
option(
'gallium-xa',
- type : 'combo',
- value : 'auto',
- choices : ['auto', 'true', 'false', 'enabled', 'disabled'],
+ type : 'feature',
description : 'enable gallium xa frontend.',
)
option(