summaryrefslogtreecommitdiff
path: root/sway/meson.build
diff options
context:
space:
mode:
authorErik Reider <[email protected]>2023-04-17 23:24:48 +0200
committerGitHub <[email protected]>2023-04-17 23:24:48 +0200
commitcbfb7af7fd4728f993124e81f8666a2e8cee6085 (patch)
tree081e51028d59da49480be6bff9c580bbdadca9cd /sway/meson.build
parent7d774f769cec2faec25d01120b05589a34b4eb0b (diff)
Add kawase blur (#120)
Co-authored-by: Erik Reider <[email protected]> Co-authored-by: Will McKinnon <[email protected]>
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build6
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',