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 | 4b1eaaf731b0e29497edc4c85153f2cf417fb5ce (patch) | |
tree | 239b2c3d5212a5663eb3c0868543f505b03d3953 /common | |
parent | c040defd5f5cf5beed264dd057097625d9c0d423 (diff) |
Removed unused wlroots dependency for sway(bg|bar|msg|nag)
Also remove direct libm dependency where unused.
Diffstat (limited to 'common')
-rw-r--r-- | common/meson.build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common/meson.build b/common/meson.build index 3af1f1d5..8561d6cf 100644 --- a/common/meson.build +++ b/common/meson.build @@ -15,8 +15,7 @@ lib_sway_common = static_library( cairo, gdk_pixbuf, pango, - pangocairo, - wlroots + pangocairo ], include_directories: sway_inc ) |