summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDylan Baker <dylan.c.baker@intel.com>2022-12-21 09:26:25 -0800
committerMarge Bot <emma+marge@anholt.net>2023-01-19 16:29:03 +0000
commit37463bedec59e57763ea1553724a9a264e4270e4 (patch)
tree17b632c9fc4ea2d652c3c46345f0c5b2b6ba4fcf /meson_options.txt
parentc52c2ed0f8f8bb87feb6dd173da16646cfaef7b7 (diff)
meson: use a feature option for shared-llvm
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 30ba196b60d..483e05a0e45 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -320,9 +320,7 @@ option(
)
option(
'shared-llvm',
- type : 'combo',
- value : 'auto',
- choices : ['auto', 'true', 'false', 'enabled', 'disabled'],
+ type : 'feature',
description : 'Whether to link LLVM shared or statically.'
)
option(