build: Bump graphene req to 1.10
authorMatthias Clasen <mclasen@redhat.com>
Thu, 22 Dec 2022 14:15:38 +0000 (09:15 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 2 Jan 2023 14:15:56 +0000 (09:15 -0500)
So we don't require an unstable version.

meson.build

index 265d0a7159e5773676c1d8ed544fd81840fbf4dc..f09b6e6274e4de95c7c7a13d202d5eff42672876 100644 (file)
@@ -12,14 +12,14 @@ project('gtk', 'c',
 
 glib_req           = '>= 2.72.0'
 pango_req          = '>= 1.50.0' # keep this in sync with .gitlab-ci/test-msys.sh
-harfbuzz_req        = '>= 2.6.0'
-fribidi_req        = '>= 0.19.7'
+harfbuzz_req       = '>= 2.6.0'
+fribidi_req        = '>= 1.0.6'
 cairo_req          = '>= 1.14.0'
 gdk_pixbuf_req     = '>= 2.30.0'
 introspection_req  = '>= 1.39.0'
 wayland_proto_req  = '>= 1.25'
 wayland_req        = '>= 1.21.0'
-graphene_req       = '>= 1.9.1'
+graphene_req       = '>= 1.10.0'
 epoxy_req          = '>= 1.4'
 cloudproviders_req = '>= 0.3.1'
 xkbcommon_req      = '>= 0.2.0'