LibreSoc Vulkan Driver Initial Commit
[mesa.git] / src / meson.build
index ed0a3091d6dfd4f3ed662c9ca654175491717019..dfe41d08972ec6e35120aa54c4fcae10b3942c3a 100644 (file)
@@ -91,6 +91,9 @@ endif
 if with_dri_i965 or with_intel_vk or with_gallium_iris
   subdir('intel')
 endif
+if with_libresoc_vk
+  subdir('libre-soc')
+endif
 subdir('mesa')
 subdir('loader')
 if with_platform_haiku