diff options
| author | M Stoeckl <[email protected]> | 2019-01-21 13:01:09 -0500 |
|---|---|---|
| committer | M Stoeckl <[email protected]> | 2019-01-21 13:04:15 -0500 |
| commit | 4b1eaaf731b0e29497edc4c85153f2cf417fb5ce (patch) | |
| tree | 239b2c3d5212a5663eb3c0868543f505b03d3953 /swaybg | |
| parent | c040defd5f5cf5beed264dd057097625d9c0d423 (diff) | |
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.build | 4 |
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( client_protos, gdk_pixbuf, jsonc, - math, pango, pangocairo, - wayland_client, - wlroots, + wayland_client ], link_with: [lib_sway_common, lib_sway_client], install: true |
