diff options
author | Ronan Pigott <[email protected]> | 2019-11-13 11:23:36 -0700 |
---|---|---|
committer | Simon Ser <[email protected]> | 2019-11-29 18:13:37 +0100 |
commit | 6968fb3123e69f563cd01d472967a9e6ddca2ec1 (patch) | |
tree | 0e313d5e19da37762ab572e38c36ff33798f25fb /sway/meson.build | |
parent | 4b579536288108ec09bb8523dea6799228d3d7fa (diff) |
add scale_filter output config option
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, |