pan/bi: Add op for ADD_FREXPM
[mesa.git] / meson_options.txt
index a39596a6f19d970f9b78f576213a4e8c948abf3b..a342354acfceddf0a1eea9ef7d16f5dea72de689 100644 (file)
@@ -250,9 +250,10 @@ option(
 )
 option(
   'shared-llvm',
-  type : 'boolean',
-  value : true,
-  description : 'Whether to link llvm shared or statically.'
+  type : 'combo',
+  value : 'auto',
+  choices : ['auto', 'true', 'false'],
+  description : 'Whether to link LLVM shared or statically.'
 )
 option(
   'valgrind',