aboutsummaryrefslogtreecommitdiffstats
path: root/common/meson.build
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 /common/meson.build
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 'common/meson.build')
-rw-r--r--common/meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/meson.build b/common/meson.build
index 3af1f1d5..8561d6cf 100644
--- a/common/meson.build
+++ b/common/meson.build
@@ -15,8 +15,7 @@ lib_sway_common = static_library(
15 cairo, 15 cairo,
16 gdk_pixbuf, 16 gdk_pixbuf,
17 pango, 17 pango,
18 pangocairo, 18 pangocairo
19 wlroots
20 ], 19 ],
21 include_directories: sway_inc 20 include_directories: sway_inc
22) 21)