From b4b2fa4a98e170785dcfc6bf6ebf74919882bdc3 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 2 Aug 2017 12:31:30 +0100 Subject: [PATCH] meson: Add missing Wayland protocol GDK depends on a new Wayland protocol. --- gdk/wayland/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/gdk/wayland/meson.build b/gdk/wayland/meson.build index fe103df26e..bab68ac30e 100644 --- a/gdk/wayland/meson.build +++ b/gdk/wayland/meson.build @@ -54,6 +54,7 @@ proto_sources = [ ['xdg-shell', 'unstable', 'v6', ], ['xdg-foreign', 'unstable', 'v1', ], ['tablet', 'unstable', 'v2', ], + [ 'keyboard-shortcuts-inhibit', 'unstable', 'v1', ], ] gdk_wayland_gen_headers = []