diff options
author | Drew DeVault <[email protected]> | 2018-03-30 21:38:28 -0400 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2018-03-30 22:44:08 -0400 |
commit | 8d1425bde9e7f17a5a9e6bce73dffcf296dad6a1 (patch) | |
tree | 803cc6a902f5d595e2dbcb3897e0633ccf5aa2fa /swaybar/meson.build | |
parent | 4b0fcde7781ec61d7d5035775a942112b70391a4 (diff) |
Initialize seat pointer in swaybar
Diffstat (limited to 'swaybar/meson.build')
-rw-r--r-- | swaybar/meson.build | 4 |
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 @@ executable( - 'swaybar', - [ + 'swaybar', [ 'bar.c', 'config.c', 'event_loop.c', @@ -20,6 +19,7 @@ executable( pangocairo, rt, wayland_client, + wayland_cursor, wlroots, ], link_with: [lib_sway_common, lib_sway_client], |