aboutsummaryrefslogtreecommitdiff
path: root/swaymsg
diff options
context:
space:
mode:
authorM Stoeckl <code@mstoeckl.com>2019-01-21 13:01:09 -0500
committerM Stoeckl <code@mstoeckl.com>2019-01-21 13:04:15 -0500
commit4b1eaaf731b0e29497edc4c85153f2cf417fb5ce (patch)
tree239b2c3d5212a5663eb3c0868543f505b03d3953 /swaymsg
parentc040defd5f5cf5beed264dd057097625d9c0d423 (diff)
Removed unused wlroots dependency for sway(bg|bar|msg|nag)
Also remove direct libm dependency where unused.
Diffstat (limited to 'swaymsg')
-rw-r--r--swaymsg/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/swaymsg/meson.build b/swaymsg/meson.build
index b78e6cb0..3a27fa9f 100644
--- a/swaymsg/meson.build
+++ b/swaymsg/meson.build
@@ -2,7 +2,7 @@ executable(
'swaymsg',
'main.c',
include_directories: [sway_inc],
- dependencies: [jsonc, wlroots],
+ dependencies: [jsonc],
link_with: [lib_sway_common],
install: true
)