diff options
Diffstat (limited to 'sway/meson.build')
-rw-r--r-- | sway/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build index 5458d3dc..3e6e4da6 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -182,6 +182,7 @@ sway_sources = files( 'commands/output/mode.c', 'commands/output/position.c', 'commands/output/scale.c', + 'commands/output/scale_filter.c', 'commands/output/subpixel.c', 'commands/output/toggle.c', 'commands/output/transform.c', @@ -203,6 +204,7 @@ sway_deps = [ math, pango, pcre, + glesv2, pixman, server_protos, wayland_server, |