mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
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:
parent
20590ca771
commit
94b51503b3
3 changed files with 0 additions and 3 deletions
|
|
@ -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 = []
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue