aboutsummaryrefslogtreecommitdiff
path: root/sway/meson.build
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2018-04-03 12:39:03 -0400
committerTony Crisci <tony@dubstepdish.com>2018-04-03 12:40:11 -0400
commitcba258e16ac4d37841b89f2b6a38e1056acae97b (patch)
tree5e74f59544d9150066ad85228ef10c0272e65117 /sway/meson.build
parent09d448ea2df60b7e4504b1ec4728e7f1df0244b7 (diff)
move output code out of the tree
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/meson.build b/sway/meson.build
index a6a633a0..87d882d2 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -86,7 +86,6 @@ sway_sources = files(
'security.c',
'tree/container.c',
'tree/layout.c',
- 'tree/output.c',
'tree/view.c',
'tree/workspace.c',
)