aboutsummaryrefslogtreecommitdiffstats
path: root/swaymsg
diff options
context:
space:
mode:
authorLibravatar M Stoeckl <code@mstoeckl.com>2019-01-21 13:01:09 -0500
committerLibravatar M Stoeckl <code@mstoeckl.com>2019-01-21 13:04:15 -0500
commit4b1eaaf731b0e29497edc4c85153f2cf417fb5ce (patch)
tree239b2c3d5212a5663eb3c0868543f505b03d3953 /swaymsg
parentFix edge case bug in numlen, dropping use of math.h functions (diff)
downloadsway-4b1eaaf731b0e29497edc4c85153f2cf417fb5ce.tar.gz
sway-4b1eaaf731b0e29497edc4c85153f2cf417fb5ce.tar.zst
sway-4b1eaaf731b0e29497edc4c85153f2cf417fb5ce.zip
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(
2 'swaymsg', 2 'swaymsg',
3 'main.c', 3 'main.c',
4 include_directories: [sway_inc], 4 include_directories: [sway_inc],
5 dependencies: [jsonc, wlroots], 5 dependencies: [jsonc],
6 link_with: [lib_sway_common], 6 link_with: [lib_sway_common],
7 install: true 7 install: true
8) 8)