diff options
| author | Drew DeVault <sir@cmpwn.com> | 2018-03-31 00:10:20 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-31 00:10:20 -0400 |
| commit | 0441d124799dca510b3bf6621267b7838730af1a (patch) | |
| tree | d5301c12dec48b570cee5d0a6daa3333ff4f575d /meson.build | |
| parent | 212b5039927842f22295c95f4e0a4f914b243194 (diff) | |
| parent | 2a5108a2786383cf5c3bcefd653605c916193837 (diff) | |
Merge pull request #1676 from swaywm/swaybar-input
Swaybar input
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') |
