compiler: Add enums for blend state
[mesa.git] / meson_options.txt
index 6cddf33a5c3470f57a145d4f93dc8fab198feb2e..1f72faabee8ec09e5fc8af357d327060c2dbd899 100644 (file)
@@ -157,8 +157,9 @@ option(
 )
 option(
   'shader-cache',
-  type : 'boolean',
-  value : true,
+  type : 'combo',
+  value : 'auto',
+  choices : ['auto', 'true', 'false'],
   description : 'Build with on-disk shader cache support'
 )
 option(