vulkan: add initial device selection layer. (v6.1)
[mesa.git] / meson_options.txt
index a342354acfceddf0a1eea9ef7d16f5dea72de689..d243997902fbcfc28bade1766190a44abc812d2e 100644 (file)
@@ -181,6 +181,12 @@ option(
   value : false,
   description : 'Whether to build the vulkan overlay layer'
 )
+option(
+  'vulkan-device-select-layer',
+  type : 'boolean',
+  value : false,
+  description : 'Whether to build the vulkan device select layer'
+)
 option(
   'shared-glapi',
   type : 'combo',