mesa: Accept GL_BACK in get_fb0_attachment with ARB_ES3_1_compatibility.
[mesa.git] / meson_options.txt
index 3a6ad1014ac508376f8316f05ad9b1c701672928..b6af507bb5c4c0f0bf14ba3afed5672a3b5799b2 100644 (file)
@@ -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'
+)