summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDylan Baker <dylan.c.baker@intel.com>2022-12-20 16:06:10 -0800
committerMarge Bot <emma+marge@anholt.net>2023-01-19 16:29:03 +0000
commitce490a20e7310ff55dd76d77841cfd3275d90b3a (patch)
tree47c81665bb4873f21c1c2ef5433a4354d4d767b4 /meson_options.txt
parent2653fe11c96f1192b3efd627814fd2a4abeb7e80 (diff)
meson: use a feature option for power8
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 209a8093057..2fe9a07ca80 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -407,9 +407,7 @@ option(
)
option(
'power8',
- type : 'combo',
- value : 'auto',
- choices : ['auto', 'true', 'false', 'enabled', 'disabled'],
+ type : 'feature',
description : 'Enable power8 optimizations.',
)
option(