aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2017-12-05 10:40:55 +0100
committerLibravatar emersion <contact@emersion.fr>2017-12-05 10:40:55 +0100
commit90f7f1a0e61fa20ed1b74b9df057aa70abc791ed (patch)
treee201e4fb9fef471dd2fcf9581e26addfe3550502 /sway/meson.build
parentMerge pull request #1497 from emersion/cmd-exec (diff)
downloadsway-90f7f1a0e61fa20ed1b74b9df057aa70abc791ed.tar.gz
sway-90f7f1a0e61fa20ed1b74b9df057aa70abc791ed.tar.zst
sway-90f7f1a0e61fa20ed1b74b9df057aa70abc791ed.zip
Add minimal config subsystem
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 b224f15f..84f48137 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -5,12 +5,14 @@ sway_sources = files(
5 'commands/exit.c', 5 'commands/exit.c',
6 'commands/exec.c', 6 'commands/exec.c',
7 'commands/exec_always.c', 7 'commands/exec_always.c',
8 'config.c',
8 'ipc-json.c', 9 'ipc-json.c',
9 'ipc-server.c', 10 'ipc-server.c',
10 'desktop/output.c', 11 'desktop/output.c',
11 'desktop/wl_shell.c', 12 'desktop/wl_shell.c',
12 'desktop/xdg_shell_v6.c', 13 'desktop/xdg_shell_v6.c',
13 'desktop/xwayland.c', 14 'desktop/xwayland.c',
15 'security.c',
14 'tree/container.c', 16 'tree/container.c',
15 'tree/layout.c', 17 'tree/layout.c',
16 'tree/workspace.c', 18 'tree/workspace.c',