aboutsummaryrefslogtreecommitdiff
path: root/sway/meson.build
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2018-03-30 15:47:53 -0400
committerGitHub <noreply@github.com>2018-03-30 15:47:53 -0400
commit7eca02301ba309fa909ba9b12cb335f8f944f1ee (patch)
tree8616074124e558fb6787be9cb3336d61663d9a86 /sway/meson.build
parent1c50d79e1940d9dce6217d0ca19611a19709120a (diff)
parent88f08a42f30c6d79adbc9c1d5d897113fcd3a6f4 (diff)
downloadsway-7eca02301ba309fa909ba9b12cb335f8f944f1ee.tar.xz
Merge pull request #1662 from swaywm/workspace-delete-fixes
Fix workspace deletion edge cases
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 9c5e4a00..e8a192f0 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -82,6 +82,7 @@ sway_sources = files(
'security.c',
'tree/container.c',
'tree/layout.c',
+ 'tree/output.c',
'tree/view.c',
'tree/workspace.c',
)