diff options
Diffstat (limited to 'sway/meson.build')
-rw-r--r-- | sway/meson.build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build index 7eef011b..54e41072 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -14,7 +14,9 @@ sway_sources = files( 'xdg_decoration.c', 'desktop/desktop.c', + 'desktop/fx_renderer/fx_framebuffer.c', 'desktop/fx_renderer/fx_renderer.c', + 'desktop/fx_renderer/fx_texture.c', 'desktop/fx_renderer/matrix.c', 'desktop/idle_inhibit_v1.c', 'desktop/layer_shell.c', @@ -48,6 +50,10 @@ sway_sources = files( 'commands/assign.c', 'commands/bar.c', 'commands/bind.c', + 'commands/blur.c', + 'commands/blur_passes.c', + 'commands/blur_radius.c', + 'commands/blur_xray.c', 'commands/border.c', 'commands/client.c', 'commands/corner_radius.c', |