mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +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> (cherry picked from commit94b51503b3)
This commit is contained in:
parent
33b3b98707
commit
2b497feb21
4 changed files with 1 additions and 4 deletions
|
|
@ -4774,7 +4774,7 @@
|
|||
"description": "vulkan: Remove build-system remnants of wl_drm support",
|
||||
"nominated": true,
|
||||
"nomination_type": 2,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "e0903165702073ebaa6d6ae38541220b1c90e19f",
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
if with_platform_android
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -173,7 +173,6 @@ endif
|
|||
|
||||
if with_platform_wayland
|
||||
panvk_deps += dep_wayland_client
|
||||
libpanvk_files += [wayland_drm_client_protocol_h, wayland_drm_protocol_c]
|
||||
endif
|
||||
|
||||
if with_platform_android
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue