radeonsi: rename num_memory_instructions -> num_memory_stores
[mesa.git] / meson_options.txt
index ae0e7cc1d71e44b312f8403f2b0f6c90e77e60ed..0e0a5a785e0cbcc042a571ae2dcfa9a0af96f754 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',
@@ -159,7 +166,7 @@ option(
   'vulkan-drivers',
   type : 'array',
   value : ['auto'],
-  choices : ['auto', 'amd', 'freedreno', 'intel'],
+  choices : ['auto', 'amd', 'freedreno', 'intel', 'libre-soc', 'swrast'],
   description : 'List of vulkan drivers to build. If this is set to auto all drivers applicable to the target OS/architecture will be built'
 )
 option(