mesa: Accept GL_BACK in get_fb0_attachment with ARB_ES3_1_compatibility.
[mesa.git] / meson_options.txt
index b44c93df0015f828d9e10ff6488b4f0334040dcc..b6af507bb5c4c0f0bf14ba3afed5672a3b5799b2 100644 (file)
@@ -34,7 +34,7 @@ option(
 option(
   'dri-drivers',
   type : 'string',
-  value : 'i915,i965',
+  value : 'i915,i965,r100,r200,nouveau',
   description : 'comma separated list of dri drivers to build.'
 )
 option(
@@ -160,3 +160,9 @@ option(
   value : false,
   description : 'Enable floating point textures and renderbuffers. This option may be patent encumbered, please read docs/patents.txt and consult with your lawyer before turning this on.'
 )
+option(
+  'selinux',
+  type : 'boolean',
+  value : false,
+  description : 'Build an SELinux-aware Mesa'
+)