aco: check alignment of non-subdword registers in get_reg_specified()
[mesa.git] / meson_options.txt
index a39596a6f19d970f9b78f576213a4e8c948abf3b..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',
@@ -250,9 +256,10 @@ option(
 )
 option(
   'shared-llvm',
-  type : 'boolean',
-  value : true,
-  description : 'Whether to link llvm shared or statically.'
+  type : 'combo',
+  value : 'auto',
+  choices : ['auto', 'true', 'false'],
+  description : 'Whether to link LLVM shared or statically.'
 )
 option(
   'valgrind',