summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDylan Baker <dylan.c.baker@intel.com>2022-12-20 15:36:13 -0800
committerMarge Bot <emma+marge@anholt.net>2023-01-19 16:29:03 +0000
commitd00c6e0fd754534ff493c9a58f3092eeb27343ff (patch)
treef09d931946069eccf316799053d820e6211eec94 /meson_options.txt
parentc40e1bb1d04ed63256ece125b98aa00eec3c09de (diff)
meson: use a feature option for llvm
Still not as awesome as it should be, but an improvement over what we had before. 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 6dca669431a..74712b9dc93 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -317,9 +317,7 @@ option(
)
option(
'llvm',
- type : 'combo',
- value : 'auto',
- choices : ['auto', 'true', 'false', 'enabled', 'disabled'],
+ type : 'feature',
description : 'Build with LLVM support.'
)
option(