LibreSoc Vulkan Driver Initial Commit
[mesa.git] / meson_options.txt
index a0cf4abca9282cb34823b701711faa5c7c190e37..0e0a5a785e0cbcc042a571ae2dcfa9a0af96f754 100644 (file)
@@ -166,7 +166,7 @@ option(
   'vulkan-drivers',
   type : 'array',
   value : ['auto'],
-  choices : ['auto', 'amd', 'freedreno', 'intel', 'swrast'],
+  choices : ['auto', 'amd', 'freedreno', 'intel', 'libre-soc', 'swrast'],
   description : 'List of vulkan drivers to build. If this is set to auto all drivers applicable to the target OS/architecture will be built'
 )
 option(