aboutsummaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-01-22 01:02:48 -0500
committerLibravatar GitHub <noreply@github.com>2019-01-22 01:02:48 -0500
commitf493fb526d3aabb4e756409a3a69e304759f4201 (patch)
tree239b2c3d5212a5663eb3c0868543f505b03d3953 /client
parentswaybar: fix setting floating watcher slots (diff)
parentRemoved unused wlroots dependency for sway(bg|bar|msg|nag) (diff)
downloadsway-f493fb526d3aabb4e756409a3a69e304759f4201.tar.gz
sway-f493fb526d3aabb4e756409a3a69e304759f4201.tar.zst
sway-f493fb526d3aabb4e756409a3a69e304759f4201.zip
Merge pull request #3485 from mstoeckl/minimize-deps
Remove wlroots dependency for sway(bar|bg|msg|nag)
Diffstat (limited to 'client')
-rw-r--r--client/meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/meson.build b/client/meson.build
index 2bdda457..abe6f1eb 100644
--- a/client/meson.build
+++ b/client/meson.build
@@ -8,8 +8,7 @@ lib_sway_client = static_library(
8 gdk_pixbuf, 8 gdk_pixbuf,
9 pango, 9 pango,
10 pangocairo, 10 pangocairo,
11 wlroots, 11 wayland_client
12 wayland_client,
13 ], 12 ],
14 link_with: [lib_sway_common], 13 link_with: [lib_sway_common],
15 include_directories: sway_inc 14 include_directories: sway_inc