summaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build9
1 files changed, 9 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build
index 4c038583..b6bb02a7 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -120,6 +120,15 @@ sway_sources = files(
120 'commands/input/xkb_rules.c', 120 'commands/input/xkb_rules.c',
121 'commands/input/xkb_variant.c', 121 'commands/input/xkb_variant.c',
122 122
123 'commands/output/background.c',
124 'commands/output/disable.c',
125 'commands/output/dpms.c',
126 'commands/output/enable.c',
127 'commands/output/mode.c',
128 'commands/output/position.c',
129 'commands/output/scale.c',
130 'commands/output/transform.c',
131
123 'tree/arrange.c', 132 'tree/arrange.c',
124 'tree/container.c', 133 'tree/container.c',
125 'tree/layout.c', 134 'tree/layout.c',