aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/sway/meson.build b/sway/meson.build
index acf4a3e4..570d4783 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -10,10 +10,11 @@ sway_sources = files(
10 'security.c', 10 'security.c',
11 11
12 'desktop/desktop.c', 12 'desktop/desktop.c',
13 'desktop/output.c',
14 'desktop/layer_shell.c', 13 'desktop/layer_shell.c',
14 'desktop/output.c',
15 'desktop/wl_shell.c', 15 'desktop/wl_shell.c',
16 'desktop/xdg_shell_v6.c', 16 'desktop/xdg_shell_v6.c',
17 'desktop/xdg_shell.c',
17 'desktop/xwayland.c', 18 'desktop/xwayland.c',
18 19
19 'input/input-manager.c', 20 'input/input-manager.c',