aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2017-12-10 10:25:56 -0500
committerLibravatar Tony Crisci <tony@dubstepdish.com>2017-12-10 10:25:56 -0500
commit0fdecb4d3a36d4c73a906bcc0465620293b6e6d2 (patch)
tree08a071ae7c4725a633209b47daa339ef33046a0f /sway/meson.build
parentbutton and axis events (diff)
parentMerge pull request #1501 from emersion/command-include (diff)
downloadsway-0fdecb4d3a36d4c73a906bcc0465620293b6e6d2.tar.gz
sway-0fdecb4d3a36d4c73a906bcc0465620293b6e6d2.tar.zst
sway-0fdecb4d3a36d4c73a906bcc0465620293b6e6d2.zip
Merge branch 'wlroots' into feature/input
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 059204b2..18955693 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -8,6 +8,7 @@ sway_sources = files(
8 'commands/exit.c', 8 'commands/exit.c',
9 'commands/exec.c', 9 'commands/exec.c',
10 'commands/exec_always.c', 10 'commands/exec_always.c',
11 'commands/include.c',
11 'config.c', 12 'config.c',
12 'ipc-json.c', 13 'ipc-json.c',
13 'ipc-server.c', 14 'ipc-server.c',