Removed unused wlroots dependency for sway(bg|bar|msg|nag)

Also remove direct libm dependency where unused.
This commit is contained in:
M Stoeckl 2019-01-21 13:01:09 -05:00
parent c040defd5f
commit 4b1eaaf731
7 changed files with 6 additions and 13 deletions

View file

@ -8,8 +8,7 @@ lib_sway_client = static_library(
gdk_pixbuf,
pango,
pangocairo,
wlroots,
wayland_client,
wayland_client
],
link_with: [lib_sway_common],
include_directories: sway_inc