diff options
author | Michael Forney <mforney@mforney.org> | 2019-12-18 02:54:39 -0800 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-12-18 18:51:55 +0000 |
commit | ba3b384b930f9ab40f94d125d4d26bc4b636821f (patch) | |
tree | 8f21f9e7a4bf4ff1d0309fb8788ae52c59dfed04 | |
parent | db6b141bf0acb9a45ef07a50d80b27c8d724ad07 (diff) |
clients/presentation-shm: Add missing dependency on xdg-shell protocol
Signed-off-by: Michael Forney <mforney@mforney.org>
-rw-r--r-- | clients/meson.build | 2 |
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' }, |