util/macros: Add ATTRIBUTE_NOINLINE definition for MSVC
[mesa.git] / meson_options.txt
index 913dd4974497073a28e3e6381acefe21bb798a10..2d39d13b6adfcdefe06640f245cfcefdeb38c5cc 100644 (file)
@@ -28,6 +28,13 @@ option(
   ],
   description : 'window systems to support. If this is set to `auto`, all platforms applicable will be enabled.'
 )
+option(
+  'android-stub',
+  type : 'boolean',
+  value : false,
+  description : 'Build against android-stub',
+)
+
 option(
   'dri3',
   type : 'combo',
@@ -286,7 +293,13 @@ option(
   'build-tests',
   type : 'boolean',
   value : false,
-  description : 'Build unit tests. Currently this will build *all* unit tests, which may build more than expected.'
+  description : 'Build unit tests. Currently this will build *all* unit tests except the ACO tests, which may build more than expected.'
+)
+option(
+  'build-aco-tests',
+  type : 'boolean',
+  value : false,
+  description : 'Build ACO tests. These require RADV and glslang but not an AMD GPU.'
 )
 option(
   'install-intel-gpu-tests',