aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-04-02 23:43:19 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-04-04 18:47:48 -0400
commit1fe3cb8965e70f8f05f28512e66d76c49453a196 (patch)
tree91f40fee8deebeeff748ac31bc379a8db07d415e
parentSplit seat code into its own file (diff)
downloadsway-1fe3cb8965e70f8f05f28512e66d76c49453a196.tar.gz
sway-1fe3cb8965e70f8f05f28512e66d76c49453a196.tar.zst
sway-1fe3cb8965e70f8f05f28512e66d76c49453a196.zip
Link swaylock to xkbcommon
-rw-r--r--swaylock/meson.build1
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(
12 math, 12 math,
13 pango, 13 pango,
14 pangocairo, 14 pangocairo,
15 xkbcommon,
15 wayland_client, 16 wayland_client,
16 wlroots, 17 wlroots,
17 ], 18 ],