aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2017-12-10 13:59:04 -0500
committerLibravatar Tony Crisci <tony@dubstepdish.com>2017-12-10 15:01:09 -0500
commit609f63934ab3eb925741450aa7f78db1c11bdd37 (patch)
treedec4a8477166fda0557589fdeec5a30a2ccc025a /sway/meson.build
parentremove pointer device (diff)
downloadsway-609f63934ab3eb925741450aa7f78db1c11bdd37.tar.gz
sway-609f63934ab3eb925741450aa7f78db1c11bdd37.tar.zst
sway-609f63934ab3eb925741450aa7f78db1c11bdd37.zip
basic keyboard
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build
index 18955693..79201f3a 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -5,6 +5,7 @@ sway_sources = files(
5 'input/input-manager.c', 5 'input/input-manager.c',
6 'input/seat.c', 6 'input/seat.c',
7 'input/cursor.c', 7 'input/cursor.c',
8 'input/keyboard.c',
8 'commands/exit.c', 9 'commands/exit.c',
9 'commands/exec.c', 10 'commands/exec.c',
10 'commands/exec_always.c', 11 'commands/exec_always.c',
@@ -30,6 +31,7 @@ sway_deps = [
30 libcap, 31 libcap,
31 math, 32 math,
32 libinput, 33 libinput,
34 xkbcommon,
33] 35]
34 36
35executable( 37executable(