diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2018-04-11 14:37:57 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2018-04-11 15:06:43 +0100 |
commit | a2a99d27c95a6589f397cfd55a49f2571f61b74f (patch) | |
tree | 3af697441b53d6ee8a35bcd53cb5eddaa5d68504 /meson.build | |
parent | d7af16c8e421ffb151d8a5330d69827fc6778fe5 (diff) | |
download | gtk+-a2a99d27c95a6589f397cfd55a49f2571f61b74f.tar.gz |
Simplify the Wayland code generation
Instead of going through an ancillary script to strip away the
`WL_EXPORT` annotation from the generated code, we should bump up the
required version of Wayland, and use the `private-code` argument for
wayland-scanner, which does the right thing for us.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index de66c987eb..fbc23ba257 100644 --- a/meson.build +++ b/meson.build @@ -33,7 +33,7 @@ cairo_req = '>= 1.14.0' gdk_pixbuf_req = '>= 2.30.0' introspection_req = '>= 1.39.0' wayland_proto_req = '>= 1.9' -wayland_req = '>= 1.9.91' +wayland_req = '>= 1.14.91' graphene_req = '>= 1.5.1' epoxy_req = '>= 1.4' cloudproviders_req = '>= 0.2.5' |