vulkan/wsi: Don't leak the FD when GetImageDrmFormatModifierProperties fails
[mesa.git] / src / vulkan / Makefile.sources
index 101a94349c6c4625b0d6df1901d9cb5252ee7a8d..16a6037a44726d0855772468a18e49ac63eb112d 100644 (file)
@@ -19,10 +19,15 @@ 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_util.c \
        util/vk_util.h