clients/presentation-shm: Add missing dependency on xdg-shell protocol
authorMichael Forney <mforney@mforney.org>
Wed, 18 Dec 2019 10:54:39 +0000 (02:54 -0800)
committerMichael Forney <mforney@mforney.org>
Wed, 18 Dec 2019 18:51:55 +0000 (18:51 +0000)
Signed-off-by: Michael Forney <mforney@mforney.org>
clients/meson.build

index 821bc8031a30da8e9c843324dab476312860a362..bdc5d44ad08c958e3ee27de085e6c4ffc5379764 100644 (file)
@@ -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' },