mirror of
https://github.com/swaywm/sway.git
synced 2025-04-03 02:47:46 +03:00
build: drop intermediate libraries for protocols
This commit is contained in:
parent
e5475d9310
commit
af8a5a8918
4 changed files with 6 additions and 30 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue