vulkan: Remove build-system remnants of wl_drm support

We don't need to depend on the generated wl_drm files, as wl_drm support
was removed from Vulkan quite some time ago.

Signed-off-by: Daniel Stone <daniels@collabora.com>
Fixes: e090316570 ("vulkan/wsi/wayland: drop support for wl_drm")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35885>
This commit is contained in:
Daniel Stone 2025-07-03 16:34:45 +01:00 committed by Marge Bot
parent 20590ca771
commit 94b51503b3
3 changed files with 0 additions and 3 deletions

View file

@ -73,7 +73,6 @@ endif
if with_platform_wayland
v3dv_deps += dep_wayland_client
libv3dv_files += [wayland_drm_client_protocol_h, wayland_drm_protocol_c]
endif
per_version_libs = []

View file

@ -69,7 +69,6 @@
#ifdef VK_USE_PLATFORM_WAYLAND_KHR
#include <wayland-client.h>
#include "wayland-drm-client-protocol.h"
#endif
#define V3DV_API_VERSION VK_MAKE_VERSION(1, 3, VK_HEADER_VERSION)

View file

@ -172,7 +172,6 @@ endif
if with_platform_wayland
panvk_deps += dep_wayland_client
libpanvk_files += [wayland_drm_client_protocol_h, wayland_drm_protocol_c]
endif
libvulkan_panfrost = shared_library(