aboutsummaryrefslogtreecommitdiffstats
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, 2 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build
index 649a3ac2..d92bb905 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -128,8 +128,10 @@ sway_sources = files(
128 'commands/input/scroll_method.c', 128 'commands/input/scroll_method.c',
129 'commands/input/tap.c', 129 'commands/input/tap.c',
130 'commands/input/tap_button_map.c', 130 'commands/input/tap_button_map.c',
131 'commands/input/xkb_capslock.c',
131 'commands/input/xkb_layout.c', 132 'commands/input/xkb_layout.c',
132 'commands/input/xkb_model.c', 133 'commands/input/xkb_model.c',
134 'commands/input/xkb_numlock.c',
133 'commands/input/xkb_options.c', 135 'commands/input/xkb_options.c',
134 'commands/input/xkb_rules.c', 136 'commands/input/xkb_rules.c',
135 'commands/input/xkb_variant.c', 137 'commands/input/xkb_variant.c',