aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2017-12-27 10:08:18 -0500
committerLibravatar Tony Crisci <tony@dubstepdish.com>2017-12-27 12:31:06 -0500
commitba69f06695c24f98a05d138a53ba130108ebce6f (patch)
treee36dac0c2088492117fb46404cad3a5fb28dffbe /sway/meson.build
parentMerge pull request #1535 from martinetd/libinput (diff)
downloadsway-ba69f06695c24f98a05d138a53ba130108ebce6f.tar.gz
sway-ba69f06695c24f98a05d138a53ba130108ebce6f.tar.zst
sway-ba69f06695c24f98a05d138a53ba130108ebce6f.zip
binding config
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 fee2ddd2..01d5ef36 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -6,6 +6,7 @@ sway_sources = files(
6 'input/seat.c', 6 'input/seat.c',
7 'input/cursor.c', 7 'input/cursor.c',
8 'input/keyboard.c', 8 'input/keyboard.c',
9 'commands/bind.c',
9 'commands/exit.c', 10 'commands/exit.c',
10 'commands/exec.c', 11 'commands/exec.c',
11 'commands/exec_always.c', 12 'commands/exec_always.c',