aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-12-04 16:52:05 -0500
committerLibravatar GitHub <noreply@github.com>2017-12-04 16:52:05 -0500
commit83b4c0648d75932c693b8636242202ea728035da (patch)
treed2ddf512ebc46ea2c93c7a487cdf758c84e3d0bd /sway/meson.build
parentMerge pull request #1494 from acrisci/feature/xwayland (diff)
parentAdd exec and exec_always commands (diff)
downloadsway-83b4c0648d75932c693b8636242202ea728035da.tar.gz
sway-83b4c0648d75932c693b8636242202ea728035da.tar.zst
sway-83b4c0648d75932c693b8636242202ea728035da.zip
Merge pull request #1497 from emersion/cmd-exec
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',