mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-15 06:40:27 +01:00
panfrost: 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
d9f4e4a821
commit
b74a1c8fad
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ foreach arch : ['6', '7']
|
|||
endforeach
|
||||
|
||||
if with_platform_wayland
|
||||
panvk_deps += [dep_wayland_client, dep_wl_protocols]
|
||||
panvk_deps += dep_wayland_client
|
||||
libpanvk_files += [wayland_drm_client_protocol_h, wayland_drm_protocol_c]
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue