ac/nir: add support for nir_op_b2i8
[mesa.git] / meson_options.txt
index 6c14fd503b9a0d0a4e427a0064a448a875bbae39..5c063054ca15590eb6d088058b899ea28ab939c7 100644 (file)
@@ -336,3 +336,22 @@ option(
   value : false,
   description : 'Allow work-in-progress freedreno vulkan driver to be enabled',
 )
+option('egl-lib-suffix',
+  type : 'string',
+  value : '',
+  description : 'Suffix to append to EGL library name.  Default: none.'
+)
+option(
+  'gles-lib-suffix',
+  type : 'string',
+  value : '',
+  description : 'Suffix to append to GLES library names.  Default: none.'
+)
+option(
+  'platform-sdk-version',
+  type : 'integer',
+  min : 25,
+  max : 28,
+  value : 25,
+  description : 'Android Platform SDK version. Default: Nougat version.'
+)