Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / meson.build
index fa178c435a9fa690c0b3d437b73f41098eb47bdc..9cbf6a7f7e772adb876053746bd71ab5fd89d2a2 100644 (file)
@@ -262,6 +262,7 @@ endif
 with_intel_vk = _vulkan_drivers.contains('intel')
 with_amd_vk = _vulkan_drivers.contains('amd')
 with_freedreno_vk = _vulkan_drivers.contains('freedreno')
+with_libresoc_vk = _vulkan_drivers.contains('libre-soc')
 with_swrast_vk = _vulkan_drivers.contains('swrast')
 with_any_vk = _vulkan_drivers.length() != 0