diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2019-03-22 12:33:13 +0000 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2019-04-29 02:26:31 +0200 |
commit | f6594ff073ba5778a59dad0cc49e5239305b98d5 (patch) | |
tree | 24706d80f6e4b4b80468b72d38156b38e5a88a5c /meson.build | |
parent | 478fdaa63237d726850dd94c5bb4f486f3027952 (diff) | |
download | gtk+-f6594ff073ba5778a59dad0cc49e5239305b98d5.tar.gz |
Update the version of Graphene
We're going to use newly added API soon.
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 6e2b8eacd1..68342758b3 100644 --- a/meson.build +++ b/meson.build @@ -35,7 +35,7 @@ gdk_pixbuf_req = '>= 2.30.0' introspection_req = '>= 1.39.0' wayland_proto_req = '>= 1.12' wayland_req = '>= 1.14.91' -graphene_req = '>= 1.8.7' +graphene_req = '>= 1.9.1' epoxy_req = '>= 1.4' cloudproviders_req = '>= 0.2.5' xkbcommon_req = '>= 0.2.0' |