diff options
author | Matthias Clasen <mclasen@redhat.com> | 2022-12-22 09:15:38 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2023-01-02 09:15:56 -0500 |
commit | 01f81b2d7703d710102384f3b534aed347be2fae (patch) | |
tree | df2ee09f82a1fec4b0b2a52298884db73a315146 /meson.build | |
parent | e126110ae0d6ee59a8272591d599b830b192236b (diff) | |
download | gtk+-01f81b2d7703d710102384f3b534aed347be2fae.tar.gz |
build: Bump graphene req to 1.10
So we don't require an unstable version.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meson.build b/meson.build index 265d0a7159..f09b6e6274 100644 --- a/meson.build +++ b/meson.build @@ -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' |