docs: Add use of Closes: tag for closing gitlab issues
[mesa.git] / meson_options.txt
index a2f86be19ae72b0d75d95c59b2c150c9e5400f18..3ab2900f929ea1871161f3466d566fda5f09e1b2 100644 (file)
@@ -143,6 +143,12 @@ option(
   value : 'disabled',
   description : 'build gallium "clover" OpenCL state tracker.',
 )
+option(
+  'opencl-spirv',
+  type : 'boolean',
+  value : false,
+  description : 'build gallium "clover" OpenCL state tracker with SPIR-V binary support.',
+)
 option(
   'd3d-drivers-path',
   type : 'string',