summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDylan Baker <dylan.c.baker@intel.com>2022-12-20 15:38:10 -0800
committerMarge Bot <emma+marge@anholt.net>2023-01-19 16:29:03 +0000
commit3f10a89180b5638d2c1870e91e06aeae67925717 (patch)
tree2514b86c6447245f57e14fbfd60c48629bf48e4b /meson_options.txt
parentd00c6e0fd754534ff493c9a58f3092eeb27343ff (diff)
downloadmesa-3f10a89180b5638d2c1870e91e06aeae67925717.tar.gz
meson: use a feature option for valgrind
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 74712b9dc93..da93e9b6f22 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -335,9 +335,7 @@ option(
)
option(
'valgrind',
- type : 'combo',
- value : 'auto',
- choices : ['auto', 'true', 'false', 'enabled', 'disabled'],
+ type : 'feature',
description : 'Build with valgrind support'
)
option(