diff options
author | M Stoeckl <code@mstoeckl.com> | 2019-01-21 13:01:09 -0500 |
---|---|---|
committer | M Stoeckl <code@mstoeckl.com> | 2019-01-21 13:04:15 -0500 |
commit | fd5a34fbb0b6d9cc6eb24b95eaea9149ff2f87a5 (patch) | |
tree | 0e10e8136a021a30e1182568b3a85b72183fcebd /meson.build | |
parent | 469516c56114df6983683d6c0957af6db1ae8e0c (diff) | |
download | swaybg-fd5a34fbb0b6d9cc6eb24b95eaea9149ff2f87a5.tar.gz swaybg-fd5a34fbb0b6d9cc6eb24b95eaea9149ff2f87a5.tar.bz2 |
Removed unused wlroots dependency for sway(bg|bar|msg|nag)
Also remove direct libm dependency where unused.
Diffstat (limited to '')
-rw-r--r-- | meson.build | 4 |
1 files changed, 1 insertions, 3 deletions
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 |