diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-12-05 12:35:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-05 12:35:51 -0500 |
commit | 3fe64482bb269a3dcceeaf1107b9d59dc60eb8d0 (patch) | |
tree | 8fea86b5c928d551723426e196405e5f2f25de2e /sway/meson.build | |
parent | f2aa33ae0f6cd91b88a3f24b65e3e915c3960931 (diff) | |
parent | 7e81d304a3121e92f78527dcf1327e991b0089ac (diff) |
Merge pull request #1498 from emersion/config
Add minimal config subsystem
Diffstat (limited to 'sway/meson.build')
-rw-r--r-- | sway/meson.build | 2 |
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( 'commands/exit.c', 'commands/exec.c', 'commands/exec_always.c', + 'config.c', 'ipc-json.c', 'ipc-server.c', 'desktop/output.c', 'desktop/wl_shell.c', 'desktop/xdg_shell_v6.c', 'desktop/xwayland.c', + 'security.c', 'tree/container.c', 'tree/layout.c', 'tree/workspace.c', |