mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05: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
|
|
@ -7,11 +7,9 @@ executable(
|
|||
client_protos,
|
||||
gdk_pixbuf,
|
||||
jsonc,
|
||||
math,
|
||||
pango,
|
||||
pangocairo,
|
||||
wayland_client,
|
||||
wlroots,
|
||||
wayland_client
|
||||
],
|
||||
link_with: [lib_sway_common, lib_sway_client],
|
||||
install: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue