vulkan: add an overlay layer
[mesa.git] / meson_options.txt
index d0ab500fb2797a9a677ac84c245113c6e54e4f02..4983cb6386a3ee772a749443429801881c37453a 100644 (file)
@@ -167,6 +167,12 @@ option(
   value : '',
   description : 'Location relative to prefix to put vulkan icds on install. Default: $datadir/vulkan/icd.d'
 )
+option(
+  'vulkan-overlay-layer',
+  type : 'boolean',
+  value : false,
+  description : 'Whether to build the vulkan overlay layer'
+)
 option(
   'shared-glapi',
   type : 'boolean',