aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2017-12-04 22:43:49 +0100
committerLibravatar emersion <contact@emersion.fr>2017-12-04 22:43:49 +0100
commit514c819ff98d72880c5b7e0beb7bd9ca866bc1ad (patch)
treed2ddf512ebc46ea2c93c7a487cdf758c84e3d0bd /sway/meson.build
parentMerge pull request #1494 from acrisci/feature/xwayland (diff)
downloadsway-514c819ff98d72880c5b7e0beb7bd9ca866bc1ad.tar.gz
sway-514c819ff98d72880c5b7e0beb7bd9ca866bc1ad.tar.zst
sway-514c819ff98d72880c5b7e0beb7bd9ca866bc1ad.zip
Add exec and exec_always commands
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 9f92f5d1..b224f15f 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -3,6 +3,8 @@ sway_sources = files(
3 'server.c', 3 'server.c',
4 'commands.c', 4 'commands.c',
5 'commands/exit.c', 5 'commands/exit.c',
6 'commands/exec.c',
7 'commands/exec_always.c',
6 'ipc-json.c', 8 'ipc-json.c',
7 'ipc-server.c', 9 'ipc-server.c',
8 'desktop/output.c', 10 'desktop/output.c',