build: drop intermediate libraries for protocols

This commit is contained in:
Simon Ser 2022-11-25 10:51:20 +01:00
parent e5475d9310
commit af8a5a8918
4 changed files with 6 additions and 30 deletions

View file

@ -222,7 +222,6 @@ sway_deps = [
pcre2,
glesv2,
pixman,
server_protos,
threads,
wayland_server,
wlroots,
@ -237,7 +236,7 @@ endif
executable(
'sway',
sway_sources,
sway_sources + wl_protos_src,
include_directories: [sway_inc],
dependencies: sway_deps,
link_with: [lib_sway_common],