diff options
author | Jonas Ådahl <jadahl@gmail.com> | 2016-08-12 10:01:29 +0800 |
---|---|---|
committer | Jonas Ådahl <jadahl@gmail.com> | 2016-08-15 20:15:58 +0800 |
commit | 6ccd286662de6cf8d298526ce51adee21193a040 (patch) | |
tree | 87c6a8cd9b2b52957a28573c74556f21f13a468a /Makefile.am | |
parent | 42682624a075d7efff0aaf69446f669332b518ff (diff) |
clients/simple-dmabuf-v4l: Port to xdg_shell unstable v6
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
Acked-by: Bryce Harrington <bryce@osg.samsung.com>
Acked-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Reviewed-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 457f3d9c..6c3f4f79 100644 --- a/Makefile.am +++ b/Makefile.am @@ -592,8 +592,8 @@ if BUILD_SIMPLE_DMABUF_V4L_CLIENT demo_clients += weston-simple-dmabuf-v4l weston_simple_dmabuf_v4l_SOURCES = clients/simple-dmabuf-v4l.c nodist_weston_simple_dmabuf_v4l_SOURCES = \ - protocol/xdg-shell-unstable-v5-protocol.c \ - protocol/xdg-shell-unstable-v5-client-protocol.h \ + protocol/xdg-shell-unstable-v6-protocol.c \ + protocol/xdg-shell-unstable-v6-client-protocol.h \ protocol/fullscreen-shell-unstable-v1-protocol.c \ protocol/fullscreen-shell-unstable-v1-client-protocol.h \ protocol/linux-dmabuf-unstable-v1-protocol.c \ @@ -834,8 +834,6 @@ BUILT_SOURCES += \ protocol/presentation-time-client-protocol.h \ protocol/fullscreen-shell-unstable-v1-protocol.c \ protocol/fullscreen-shell-unstable-v1-client-protocol.h \ - protocol/xdg-shell-unstable-v5-protocol.c \ - protocol/xdg-shell-unstable-v5-client-protocol.h \ protocol/xdg-shell-unstable-v6-protocol.c \ protocol/xdg-shell-unstable-v6-client-protocol.h \ protocol/ivi-hmi-controller-protocol.c \ |