build: remove wayland-protocols dep from executable

wayland-protocols is just a bunch of XML files, no point in trying
to link to it.
This commit is contained in:
Simon Ser 2022-11-23 13:09:36 +01:00
parent 4f422b7492
commit f1195b7439

View file

@ -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,
],