diff options
Diffstat (limited to 'sway/meson.build')
-rw-r--r-- | sway/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build index c60be008..934dbe68 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -160,6 +160,7 @@ sway_sources = files( 'commands/input/tap.c', 'commands/input/tap_button_map.c', 'commands/input/xkb_capslock.c', + 'commands/input/xkb_file.c', 'commands/input/xkb_layout.c', 'commands/input/xkb_model.c', 'commands/input/xkb_numlock.c', |