From 48f64e591f31b1e0114b64a470144059bdb09ac3 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Fri, 17 Nov 2017 16:37:50 -0800 Subject: meson: convert llvm option to tristate This option has been acting as a strange sort of half-tri state anyway. Signed-off-by: Dylan Baker Reviewed-by: Eric Engestrom --- meson_options.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 1134a25029..44d46fe0b3 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -132,8 +132,9 @@ option( ) option( 'llvm', - type : 'boolean', - value : true, + type : 'combo', + value : 'auto', + choices : ['auto', 'true', 'false'], description : 'Build with LLVM support.' ) option( -- cgit v1.2.3