v3dv: drop wayland-protocols dep
authorSimon Ser <contact@emersion.fr>
Mon, 21 Nov 2022 10:40:39 +0000 (11:40 +0100)
committerMarge Bot <emma+marge@anholt.net>
Wed, 23 Nov 2022 12:15:23 +0000 (12:15 +0000)
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>

src/broadcom/vulkan/meson.build

index a3c12b4..80c37a9 100644 (file)
@@ -95,7 +95,7 @@ if with_platform_x11
 endif
 
 if with_platform_wayland
-  v3dv_deps += [dep_wayland_client, dep_wl_protocols]
+  v3dv_deps += dep_wayland_client
   libv3dv_files += [wayland_drm_client_protocol_h, wayland_drm_protocol_c]
 endif