docs: add news item and link release notes for 12.0.5
[mesa.git] / src / Makefile.am
index b63d135fcc72e68cd625725aa09ab9f064bff292..ad54356f8889277ec3799a731fd54a5dc4927236 100644 (file)
@@ -115,6 +115,10 @@ if HAVE_INTEL_DRIVERS
 SUBDIRS += intel/tools
 endif
 
+if HAVE_VULKAN_COMMON
+SUBDIRS += vulkan/wsi
+endif
+
 ## Requires the i965 compiler (part of mesa) and wayland-drm
 if HAVE_INTEL_VULKAN
 SUBDIRS += intel/vulkan
@@ -122,7 +126,6 @@ endif
 
 # Requires wayland-drm
 if HAVE_RADEON_VULKAN
-SUBDIRS += amd/common
 SUBDIRS += amd/vulkan
 endif