From 4b1eaaf731b0e29497edc4c85153f2cf417fb5ce Mon Sep 17 00:00:00 2001
From: M Stoeckl <code@mstoeckl.com>
Date: Mon, 21 Jan 2019 13:01:09 -0500
Subject: Removed unused wlroots dependency for sway(bg|bar|msg|nag)

Also remove direct libm dependency where unused.
---
 swaybg/meson.build | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

(limited to 'swaybg')

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(
 		client_protos,
 		gdk_pixbuf,
 		jsonc,
-		math,
 		pango,
 		pangocairo,
-		wayland_client,
-		wlroots,
+		wayland_client
 	],
 	link_with: [lib_sway_common, lib_sway_client],
 	install: true
-- 
cgit v1.2.3