diff options
| author | Drew DeVault <sir@cmpwn.com> | 2018-03-30 21:38:28 -0400 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2018-03-30 22:44:08 -0400 |
| commit | 8d1425bde9e7f17a5a9e6bce73dffcf296dad6a1 (patch) | |
| tree | 803cc6a902f5d595e2dbcb3897e0633ccf5aa2fa /meson.build | |
| parent | 4b0fcde7781ec61d7d5035775a942112b70391a4 (diff) | |
Initialize seat pointer in swaybar
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 49824b30..01788fd9 100644 --- a/meson.build +++ b/meson.build @@ -24,6 +24,7 @@ pcre = dependency('libpcre') wlroots = dependency('wlroots', fallback: ['wlroots', 'wlroots']) wayland_server = dependency('wayland-server') wayland_client = dependency('wayland-client') +wayland_cursor = dependency('wayland-cursor') wayland_egl = dependency('wayland-egl') wayland_protos = dependency('wayland-protocols') xkbcommon = dependency('xkbcommon') |
