pan/bi: Add op for ADD_FREXPM
[mesa.git] / meson_options.txt
index 203324240543e9c36e3c4dd75ff0924fdb9b1353..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',
@@ -348,16 +349,10 @@ option(
   value : true,
   description : 'Enable direct rendering in GLX and EGL for DRI',
 )
-option(
-  'I-love-half-baked-turnips',
-  type : 'boolean',
-  value : false,
-  description : 'Allow work-in-progress freedreno vulkan driver to be enabled',
-)
 option(
   'prefer-iris',
   type : 'boolean',
-  value : false,
+  value : true,
   description : 'Prefer new Intel iris driver over older i965 driver'
 )
 option('egl-lib-suffix',