diff options
author | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | 2016-04-15 16:53:41 +0300 |
---|---|---|
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | 2016-06-09 11:07:22 +0300 |
commit | 7351100cd2a22274927b8f5dbd30c46e4f21b328 (patch) | |
tree | 4c1ebcbc6fcb1efbb767e146c78cc0d0a66ec2a9 /Makefile.am | |
parent | 9c5a0d9b4060f0719aa31bf904691be6b848f8aa (diff) |
clients/scaler: migrate to wp_viewporter
Use wp_viewporter instead of wl_scaler and rename things accordingly.
Since interface versions were reset, there is no need to check the
interface version anymore, and the wl_scaler.set request disappeared.
Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 67c8f4b1..419438e4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -569,6 +569,8 @@ nodist_libtoytoolkit_la_SOURCES = \ protocol/text-cursor-position-client-protocol.h \ protocol/scaler-protocol.c \ protocol/scaler-client-protocol.h \ + protocol/viewporter-protocol.c \ + protocol/viewporter-client-protocol.h \ protocol/xdg-shell-unstable-v5-protocol.c \ protocol/xdg-shell-unstable-v5-client-protocol.h \ protocol/ivi-application-protocol.c \ @@ -774,6 +776,8 @@ BUILT_SOURCES += \ protocol/weston-desktop-shell-protocol.c \ protocol/scaler-client-protocol.h \ protocol/scaler-protocol.c \ + protocol/viewporter-client-protocol.h \ + protocol/viewporter-protocol.c \ protocol/presentation-time-protocol.c \ protocol/presentation-time-client-protocol.h \ protocol/fullscreen-shell-unstable-v1-protocol.c \ |