diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-04-02 23:43:19 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-04-04 18:47:48 -0400 |
commit | 1fe3cb8965e70f8f05f28512e66d76c49453a196 (patch) | |
tree | 91f40fee8deebeeff748ac31bc379a8db07d415e /swaylock | |
parent | 1008d4cc9105e18074f8152ec5d6679aef8ebc5f (diff) |
Link swaylock to xkbcommon
Diffstat (limited to 'swaylock')
-rw-r--r-- | swaylock/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/swaylock/meson.build b/swaylock/meson.build index 2f2733f8..2a1f029a 100644 --- a/swaylock/meson.build +++ b/swaylock/meson.build @@ -12,6 +12,7 @@ executable( math, pango, pangocairo, + xkbcommon, wayland_client, wlroots, ], |