meson: build classic osmesa
[mesa.git] / meson_options.txt
index b6af507bb5c4c0f0bf14ba3afed5672a3b5799b2..84feb630026610e39f50f06a95ab4747a3253c8f 100644 (file)
@@ -166,3 +166,17 @@ option(
   value : false,
   description : 'Build an SELinux-aware Mesa'
 )
+option(
+  'osmesa',
+  type : 'combo',
+  value : 'none',
+  choices : ['none', 'classic'],
+  description : 'Build OSmesa.'
+)
+option(
+  'osmesa-bits',
+  type : 'combo',
+  value : '8',
+  choices : ['8', '16', '32'],
+  description : 'Number of channel bits for OSMesa.'
+)