aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2017-12-06 08:28:46 -0500
committerLibravatar Tony Crisci <tony@dubstepdish.com>2017-12-06 08:28:46 -0500
commit338a0399f8d7c0ebe9cbb989945d8fd646d8d407 (patch)
tree27c33336ef4ac608b28378e55b6a7fdeb225aa27 /sway/meson.build
parentMerge pull request #1498 from emersion/config (diff)
downloadsway-338a0399f8d7c0ebe9cbb989945d8fd646d8d407.tar.gz
sway-338a0399f8d7c0ebe9cbb989945d8fd646d8d407.tar.zst
sway-338a0399f8d7c0ebe9cbb989945d8fd646d8d407.zip
input skeleton
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 84f48137..8631b9c3 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -2,6 +2,7 @@ sway_sources = files(
2 'main.c', 2 'main.c',
3 'server.c', 3 'server.c',
4 'commands.c', 4 'commands.c',
5 'input/input.c',
5 'commands/exit.c', 6 'commands/exit.c',
6 'commands/exec.c', 7 'commands/exec.c',
7 'commands/exec_always.c', 8 'commands/exec_always.c',
@@ -25,6 +26,7 @@ sway_deps = [
25 wlroots, 26 wlroots,
26 libcap, 27 libcap,
27 math, 28 math,
29 libinput,
28] 30]
29 31
30executable( 32executable(