build: drop intermediate libraries for protocols

(cherry picked from commit af8a5a8918)
This commit is contained in:
Simon Ser 2022-11-25 10:51:20 +01:00
parent 2a6bcc6738
commit 52166bc1f5
4 changed files with 6 additions and 30 deletions

View file

@ -8,7 +8,6 @@ tray_files = have_tray ? [
swaybar_deps = [
cairo,
client_protos,
gdk_pixbuf,
jsonc,
math,
@ -32,7 +31,8 @@ executable(
'main.c',
'render.c',
'status_line.c',
tray_files
tray_files,
wl_protos_src,
],
include_directories: [sway_inc],
dependencies: swaybar_deps,