aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2017-12-07 09:58:32 -0500
committerLibravatar Tony Crisci <tony@dubstepdish.com>2017-12-07 09:58:32 -0500
commitf6f63f60d6c7f9602dd1c07b45eb45a97e5b6f5a (patch)
treed1a2e6ae45c827956f4bd181aad3cdea82d32804 /sway/meson.build
parentrename input to input-manager (diff)
downloadsway-f6f63f60d6c7f9602dd1c07b45eb45a97e5b6f5a.tar.gz
sway-f6f63f60d6c7f9602dd1c07b45eb45a97e5b6f5a.tar.zst
sway-f6f63f60d6c7f9602dd1c07b45eb45a97e5b6f5a.zip
basic input manager and seat
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build
index b5cdbbf2..cea565d6 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -3,6 +3,7 @@ sway_sources = files(
3 'server.c', 3 'server.c',
4 'commands.c', 4 'commands.c',
5 'input/input-manager.c', 5 'input/input-manager.c',
6 'input/seat.c',
6 'commands/exit.c', 7 'commands/exit.c',
7 'commands/exec.c', 8 'commands/exec.c',
8 'commands/exec_always.c', 9 'commands/exec_always.c',