summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2017-12-18 20:00:36 +0800
committerJonas Ådahl <jadahl@gmail.com>2018-05-01 13:36:38 +0200
commita40923b03a5059f484c7e56326928bdf19e97d94 (patch)
treeb26d8ff2ecf61f227498a4f7c90115e99c0b87a9 /meson.build
parent2cf55c16860c44bb42047d6c1e4f5fb47e96fb34 (diff)
downloadgtk+-a40923b03a5059f484c7e56326928bdf19e97d94.tar.gz
wayland: Add support for xdg-shell stable
This commit adds support the stable version of the xdg-shell protocol. Support for the last version of the unstable series is left intact, but will not receive new features. The stable version is prioritized above the older version. https://bugzilla.gnome.org/show_bug.cgi?id=791939
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 895cef9fc0..480082ec94 100644
--- a/meson.build
+++ b/meson.build
@@ -32,7 +32,7 @@ atk_req = '>= 2.15.1'
cairo_req = '>= 1.14.0'
gdk_pixbuf_req = '>= 2.30.0'
introspection_req = '>= 1.39.0'
-wayland_proto_req = '>= 1.9'
+wayland_proto_req = '>= 1.12'
wayland_req = '>= 1.14.91'
graphene_req = '>= 1.5.1'
epoxy_req = '>= 1.4'