diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-12-07 07:31:49 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-12-07 07:35:10 -0500 |
commit | 21ce20885a6a6e9e7178778513b09fea9354c603 (patch) | |
tree | b7d763380f5b4df177ae0b8e0ca455e163bdad19 /sway/meson.build | |
parent | 338a0399f8d7c0ebe9cbb989945d8fd646d8d407 (diff) |
rename input to input-manager
Diffstat (limited to 'sway/meson.build')
-rw-r--r-- | sway/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/meson.build b/sway/meson.build index 8631b9c3..b5cdbbf2 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -2,7 +2,7 @@ sway_sources = files( 'main.c', 'server.c', 'commands.c', - 'input/input.c', + 'input/input-manager.c', 'commands/exit.c', 'commands/exec.c', 'commands/exec_always.c', |