meson: build clover
[mesa.git] / meson_options.txt
index 4f4db5b7d26f399cb65e33fa26e31902d5ae95b1..894378985fdffbd90c9be3064702c9f988c39880 100644 (file)
@@ -120,6 +120,13 @@ option(
   value : false,
   description : 'build gallium "nine" Direct3D 9.x state tracker.',
 )
+option(
+  'gallium-opencl',
+  type : 'combo',
+  choices : ['icd', 'standalone', 'disabled'],
+  value : 'disabled',
+  description : 'build gallium "clover" OpenCL state tracker.',
+)
 option(
   'd3d-drivers-path',
   type : 'string',