ci: Include enough Android headers to let us compile test EGL
[mesa.git] / meson_options.txt
index ae0e7cc1d71e44b312f8403f2b0f6c90e77e60ed..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',