build: Bump graphene requirement to 1.10.2

We will depend on various graphene_matrix_* APIs introduced by 1.10.2.

https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1439
This commit is contained in:
Georges Basile Stavracas Neto 2020-09-20 18:38:17 -03:00
parent b9e5a2d6e2
commit 9b8eaff196

View File

@ -15,7 +15,7 @@ libmutter_api_version = '@0@'.format(api_version)
fribidi_req = '>= 1.0.0'
glib_req = '>= 2.61.1'
gi_req = '>= 0.9.5'
graphene_req = '>= 1.9.3'
graphene_req = '>= 1.10.2'
gtk3_req = '>= 3.19.8'
gdk_pixbuf_req = '>= 2.0'
uprof_req = '>= 0.3'