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>
This commit is contained in:
Dylan Baker
2022-12-21 09:26:25 -08:00
committed by Marge Bot
parent c52c2ed0f8
commit 37463bedec
2 changed files with 5 additions and 17 deletions

View File

@@ -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(