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 12362fcd..757d0c99 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -106,6 +106,9 @@ sway_sources = files( 'commands/seat/shortcuts_inhibitor.c', 'commands/seat/xcursor_theme.c', 'commands/set.c', + 'commands/shadow_blur_radius.c', + 'commands/shadow_color.c', + 'commands/shadows.c', 'commands/show_marks.c', 'commands/shortcuts_inhibitor.c', 'commands/smart_borders.c', @@ -250,3 +253,4 @@ executable( link_with: [lib_sway_common], install: true ) + |