diff options
Diffstat (limited to 'sway/meson.build')
-rw-r--r-- | sway/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build index c3688e92..4191a9b9 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -53,6 +53,7 @@ sway_sources = files( 'commands/smart_corner_radius.c', 'commands/create_output.c', 'commands/default_border.c', + 'commands/default_dim_inactive.c', 'commands/default_floating_border.c', 'commands/default_orientation.c', 'commands/dim_inactive.c', |