mirror of
https://github.com/swaywm/sway.git
synced 2025-11-24 06:59:51 -05: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
|
|
@ -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],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue