aboutsummaryrefslogtreecommitdiff
path: root/sway/meson.build
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-12-14 11:11:56 -0500
committerTony Crisci <tony@dubstepdish.com>2017-12-14 11:11:56 -0500
commit92fef27eaa0b52c9d37bdabff14ae21cd6660f46 (patch)
tree7a923bbbc233079006597d82721117bae88b6ac6 /sway/meson.build
parentc173d30b9203520c274f34eb72fc787aa33ca211 (diff)
basic configuration
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/sway/meson.build b/sway/meson.build
index fad1f88c..ad8160eb 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -11,7 +11,8 @@ sway_sources = files(
'commands/exec_always.c',
'commands/include.c',
'commands/input.c',
- 'commands/input/seat.c',
+ 'commands/seat.c',
+ 'commands/seat/attach.c',
'commands/input/accel_profile.c',
'commands/input/click_method.c',
'commands/input/drag_lock.c',