vulkan: Don't pointlessly depend on libxcb-dri2
[mesa.git] / src / vulkan / Makefile.sources
1
2 VULKAN_WSI_FILES := \
3 wsi/wsi_common.c \
4 wsi/wsi_common.h \
5 wsi/wsi_common_private.h \
6 wsi/wsi_common_queue.h
7
8 VULKAN_WSI_WAYLAND_FILES := \
9 wsi/wsi_common_wayland.c \
10 wsi/wsi_common_wayland.h
11
12 VULKAN_WSI_WAYLAND_GENERATED_FILES := \
13 wsi/wayland-drm-protocol.c \
14 wsi/wayland-drm-client-protocol.h \
15 wsi/linux-dmabuf-unstable-v1-protocol.c \
16 wsi/linux-dmabuf-unstable-v1-client-protocol.h
17
18 VULKAN_WSI_X11_FILES := \
19 wsi/wsi_common_x11.c \
20 wsi/wsi_common_x11.h
21
22 VULKAN_WSI_DISPLAY_FILES := \
23 wsi/wsi_common_display.c \
24 wsi/wsi_common_display.h
25
26 VULKAN_UTIL_FILES := \
27 util/vk_alloc.h \
28 util/vk_debug_report.c \
29 util/vk_debug_report.h \
30 util/vk_format.c \
31 util/vk_object.c \
32 util/vk_object.h \
33 util/vk_util.c \
34 util/vk_util.h
35
36 VULKAN_UTIL_GENERATED_FILES := \
37 util/vk_enum_to_str.c \
38 util/vk_enum_to_str.h