From ba3b384b930f9ab40f94d125d4d26bc4b636821f Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Wed, 18 Dec 2019 02:54:39 -0800 Subject: clients/presentation-shm: Add missing dependency on xdg-shell protocol Signed-off-by: Michael Forney --- clients/meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clients/meson.build b/clients/meson.build index 821bc803..bdc5d44a 100644 --- a/clients/meson.build +++ b/clients/meson.build @@ -270,6 +270,8 @@ demo_clients = [ 'add_sources': [ presentation_time_client_protocol_h, presentation_time_protocol_c, + xdg_shell_client_protocol_h, + xdg_shell_protocol_c, ] }, { 'basename': 'resizor' }, -- cgit v1.2.3