[mutter/gbsneto/graphene-matrix: 33/104] build: Bump graphene requirement to 1.10.2




commit 10a2814d3b3ac3e42a68feb9d457db69f1c6d045
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sun Sep 20 18:38:17 2020 -0300

    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

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 1204218f77..247bbb91b9 100644
--- a/meson.build
+++ b/meson.build
@@ -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'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]