mirror of
https://github.com/swaywm/sway.git
synced 2025-04-03 19:07:45 +03:00
Removed unused wlroots dependency for sway(bg|bar|msg|nag)
Also remove direct libm dependency where unused.
This commit is contained in:
parent
c040defd5f
commit
4b1eaaf731
7 changed files with 6 additions and 13 deletions
|
@ -2,7 +2,7 @@ executable(
|
|||
'swaymsg',
|
||||
'main.c',
|
||||
include_directories: [sway_inc],
|
||||
dependencies: [jsonc, wlroots],
|
||||
dependencies: [jsonc],
|
||||
link_with: [lib_sway_common],
|
||||
install: true
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue