summaryrefslogtreecommitdiffstats
path: root/swaybar/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'swaybar/meson.build')
-rw-r--r--swaybar/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/swaybar/meson.build b/swaybar/meson.build
index d15e8b5c..bf6f6d7a 100644
--- a/swaybar/meson.build
+++ b/swaybar/meson.build
@@ -1,6 +1,5 @@
1executable( 1executable(
2 'swaybar', 2 'swaybar', [
3 [
4 'bar.c', 3 'bar.c',
5 'config.c', 4 'config.c',
6 'event_loop.c', 5 'event_loop.c',
@@ -20,6 +19,7 @@ executable(
20 pangocairo, 19 pangocairo,
21 rt, 20 rt,
22 wayland_client, 21 wayland_client,
22 wayland_cursor,
23 wlroots, 23 wlroots,
24 ], 24 ],
25 link_with: [lib_sway_common, lib_sway_client], 25 link_with: [lib_sway_common, lib_sway_client],