From fd5a34fbb0b6d9cc6eb24b95eaea9149ff2f87a5 Mon Sep 17 00:00:00 2001 From: M Stoeckl 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. --- meson.build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 8704de6..2b93da4 100644 --- a/meson.build +++ b/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