vulkan/wsi/x11: add support to detect if we can support rendering (v3)
[mesa.git] / src / vulkan / wsi / Makefile.sources
1
2 VULKAN_WSI_FILES := \
3 wsi_common.h \
4 wsi_common_queue.h
5
6 VULKAN_WSI_WAYLAND_FILES := \
7 wsi_common_wayland.c \
8 wsi_common_wayland.h
9
10 VULKAN_WSI_X11_FILES := \
11 wsi_common_x11.c \
12 wsi_common_x11.h