From f1195b74399139d527669696e4b0180b062504aa Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 23 Nov 2022 13:09:36 +0100 Subject: [PATCH] build: remove wayland-protocols dep from executable wayland-protocols is just a bunch of XML files, no point in trying to link to it. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index f3e12fe..66814cc 100644 --- a/meson.build +++ b/meson.build @@ -142,7 +142,7 @@ executable( src, dependencies: [ dep_x11, dep_xdamage, dep_xcomposite, dep_xrender, dep_xext, dep_xfixes, - dep_xxf86vm, dep_xres, drm_dep, wayland_server, wayland_protos, + dep_xxf86vm, dep_xres, drm_dep, wayland_server, xkbcommon, thread_dep, sdl_dep, wlroots_dep, vulkan_dep, liftoff_dep, dep_xtst, cap_dep, pipewire_dep, librt_dep, stb_dep, ],