summaryrefslogtreecommitdiff
path: root/gdk
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-08-02 12:31:30 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-08-02 12:31:30 +0100
commitb4b2fa4a98e170785dcfc6bf6ebf74919882bdc3 (patch)
tree08e87742bebf0d33d9fca549ad6dbd333e30a5ea /gdk
parentac61aedae946938079cdc10b0a7e19636ad87ac0 (diff)
downloadgtk+-b4b2fa4a98e170785dcfc6bf6ebf74919882bdc3.tar.gz
meson: Add missing Wayland protocol
GDK depends on a new Wayland protocol.
Diffstat (limited to 'gdk')
-rw-r--r--gdk/wayland/meson.build1
1 files changed, 1 insertions, 0 deletions
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 = []