aboutsummaryrefslogtreecommitdiffstats
path: root/swaynag
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 /swaynag
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 'swaynag')
-rw-r--r--swaynag/meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/swaynag/meson.build b/swaynag/meson.build
index 2ba3ed95..9c29fd1a 100644
--- a/swaynag/meson.build
+++ b/swaynag/meson.build
@@ -11,12 +11,10 @@ executable(
11 cairo, 11 cairo,
12 client_protos, 12 client_protos,
13 gdk_pixbuf, 13 gdk_pixbuf,
14 math,
15 pango, 14 pango,
16 pangocairo, 15 pangocairo,
17 wayland_client, 16 wayland_client,
18 wayland_cursor, 17 wayland_cursor,
19 wlroots,
20 ], 18 ],
21 link_with: [lib_sway_common, lib_sway_client], 19 link_with: [lib_sway_common, lib_sway_client],
22 install: true 20 install: true