aboutsummaryrefslogtreecommitdiffstats
path: root/swaybg
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 /swaybg
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 'swaybg')
-rw-r--r--swaybg/meson.build4
1 files changed, 1 insertions, 3 deletions
diff --git a/swaybg/meson.build b/swaybg/meson.build
index 8704de6d..2b93da47 100644
--- a/swaybg/meson.build
+++ b/swaybg/meson.build
@@ -7,11 +7,9 @@ executable(
7 client_protos, 7 client_protos,
8 gdk_pixbuf, 8 gdk_pixbuf,
9 jsonc, 9 jsonc,
10 math,
11 pango, 10 pango,
12 pangocairo, 11 pangocairo,
13 wayland_client, 12 wayland_client
14 wlroots,
15 ], 13 ],
16 link_with: [lib_sway_common, lib_sway_client], 14 link_with: [lib_sway_common, lib_sway_client],
17 install: true 15 install: true