mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-23 09:30:36 +02:00
This means it can be reused for other Vulkan drivers. Also fix up a typo, need to search for '.' in the version string rather than ','. v2: Remove unneeded temporary version variable (Emil, Eric) Signed-off-by: Alex Smith <asmith@feralinteractive.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
25 lines
490 B
Text
25 lines
490 B
Text
|
|
VULKAN_WSI_FILES := \
|
|
wsi/wsi_common.h \
|
|
wsi/wsi_common_queue.h
|
|
|
|
VULKAN_WSI_WAYLAND_FILES := \
|
|
wsi/wsi_common_wayland.c \
|
|
wsi/wsi_common_wayland.h
|
|
|
|
VULKAN_WSI_WAYLAND_GENERATED_FILES := \
|
|
wsi/wayland-drm-protocol.c \
|
|
wsi/wayland-drm-client-protocol.h
|
|
|
|
VULKAN_WSI_X11_FILES := \
|
|
wsi/wsi_common_x11.c \
|
|
wsi/wsi_common_x11.h
|
|
|
|
VULKAN_UTIL_FILES := \
|
|
util/vk_alloc.h \
|
|
util/vk_util.c \
|
|
util/vk_util.h
|
|
|
|
VULKAN_UTIL_GENERATED_FILES := \
|
|
util/vk_enum_to_str.c \
|
|
util/vk_enum_to_str.h
|