summaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/meson.build b/sway/meson.build
index a6a633a0..91aab0a0 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -86,9 +86,9 @@ sway_sources = files(
86 'security.c', 86 'security.c',
87 'tree/container.c', 87 'tree/container.c',
88 'tree/layout.c', 88 'tree/layout.c',
89 'tree/output.c',
90 'tree/view.c', 89 'tree/view.c',
91 'tree/workspace.c', 90 'tree/workspace.c',
91 'tree/output.c',
92) 92)
93 93
94sway_deps = [ 94sway_deps = [