virgl: Allow transfer queue entries to be found and extended.
[mesa.git] / meson_options.txt
index 81e4a8906a9e22ef081df90c013072dca27899a6..4428745bef7d779c21e0d00f1a860dfd1821132f 100644 (file)
@@ -276,6 +276,12 @@ option(
   value : false,
   description : 'Build unit tests. Currently this will build *all* unit tests, which may build more than expected.'
 )
+option(
+  'install-intel-gpu-tests',
+  type : 'boolean',
+  value : false,
+  description : 'Build and install Intel unit tests which require the GPU.  This option is for developers and the Intel CI system only.'
+)
 option(
   'selinux',
   type : 'boolean',