mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 04:10:09 +01:00
vulkan/device-select-layer: drop wayland-protocols dep
wayland-protocols is not a library, it just contains a bunch of XML files. No need to try to link to it. Signed-off-by: Simon Ser <contact@emersion.fr> Reviewed-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19894>
This commit is contained in:
parent
b74a1c8fad
commit
f0ddb389aa
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ endif
|
|||
if with_platform_wayland
|
||||
vklayer_files += files('device_select_wayland.c')
|
||||
vklayer_files += [ wayland_drm_client_protocol_h, wayland_drm_protocol_c ]
|
||||
vklayer_deps += [dep_wayland_client, dep_wl_protocols]
|
||||
vklayer_deps += dep_wayland_client
|
||||
endif
|
||||
|
||||
vklayer_mesa_device_select = shared_library(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue