diff options
Diffstat (limited to 'sway/meson.build')
-rw-r--r-- | sway/meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build index 099f2b52..f0f26346 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -53,9 +53,13 @@ sway_sources = files( 'commands/bar.c', 'commands/bind.c', 'commands/blur.c', + 'commands/blur_brightness.c', + 'commands/blur_contrast.c', 'commands/blur_passes.c', 'commands/blur_radius.c', 'commands/blur_xray.c', + 'commands/blur_noise.c', + 'commands/blur_saturation.c', 'commands/border.c', 'commands/client.c', 'commands/corner_radius.c', |