diff options
Diffstat (limited to 'sway/meson.build')
-rw-r--r-- | sway/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build index 54e41072..2e1c5d20 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -5,6 +5,7 @@ sway_sources = files( 'decoration.c', 'ipc-json.c', 'ipc-server.c', + 'layer_criteria.c', 'lock.c', 'main.c', 'realtime.c', @@ -91,6 +92,7 @@ sway_sources = files( 'commands/include.c', 'commands/input.c', 'commands/layout.c', + 'commands/layer_effects.c', 'commands/mode.c', 'commands/mouse_warping.c', 'commands/move.c', |