vulkan: automatically compile the `display` platform when available
[mesa.git] / src / vulkan / Makefile.sources
index 9962c1b077dbb883e42763ecb9f7ab5bac6f98ed..640c36eff22de1b9505010c4df60c39048f86256 100644 (file)
@@ -1,6 +1,8 @@
 
 VULKAN_WSI_FILES := \
+       wsi/wsi_common.c \
        wsi/wsi_common.h \
+       wsi/wsi_common_private.h \
        wsi/wsi_common_queue.h
 
 VULKAN_WSI_WAYLAND_FILES := \
@@ -9,14 +11,26 @@ VULKAN_WSI_WAYLAND_FILES := \
 
 VULKAN_WSI_WAYLAND_GENERATED_FILES := \
        wsi/wayland-drm-protocol.c \
-       wsi/wayland-drm-client-protocol.h
+       wsi/wayland-drm-client-protocol.h \
+       wsi/linux-dmabuf-unstable-v1-protocol.c \
+       wsi/linux-dmabuf-unstable-v1-client-protocol.h
 
 VULKAN_WSI_X11_FILES := \
        wsi/wsi_common_x11.c \
        wsi/wsi_common_x11.h
 
+VULKAN_WSI_DISPLAY_FILES := \
+       wsi/wsi_common_display.c \
+       wsi/wsi_common_display.h
+
 VULKAN_UTIL_FILES := \
        util/vk_alloc.h \
+       util/vk_debug_report.c \
+       util/vk_debug_report.h \
+       util/vk_format.c \
+       util/vk_object.c \
+       util/vk_object.h \
+       util/vk_util.c \
        util/vk_util.h
 
 VULKAN_UTIL_GENERATED_FILES := \