summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-12-18 02:54:39 -0800
committerMichael Forney <mforney@mforney.org>2019-12-18 18:51:55 +0000
commitba3b384b930f9ab40f94d125d4d26bc4b636821f (patch)
tree8f21f9e7a4bf4ff1d0309fb8788ae52c59dfed04
parentdb6b141bf0acb9a45ef07a50d80b27c8d724ad07 (diff)
downloadweston-ba3b384b930f9ab40f94d125d4d26bc4b636821f.tar.gz
clients/presentation-shm: Add missing dependency on xdg-shell protocol
Signed-off-by: Michael Forney <mforney@mforney.org>
-rw-r--r--clients/meson.build2
1 files changed, 2 insertions, 0 deletions
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' },