aboutsummaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2019-01-21 13:01:09 -0500
committerFurkan Sahin <furkan-dev@proton.me>2019-01-21 13:01:09 -0500
commit291855cc38f9f65fad6c5825a59c49ea447d8536 (patch)
tree239b2c3d5212a5663eb3c0868543f505b03d3953 /client
parent5279798a32ab2e36ec30aa99820f348ec6f591f4 (diff)
Removed unused wlroots dependency for sway(bg|bar|msg|nag)
Also remove direct libm dependency where unused.
Diffstat (limited to 'client')
-rw-r--r--client/meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/meson.build b/client/meson.build
index 2bdda457..abe6f1eb 100644
--- a/client/meson.build
+++ b/client/meson.build
@@ -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