From 27ebf756feee7162ce3b6f4ff8ad9d9746cc3ff2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 5 Apr 2024 08:01:39 +0200 Subject: [PATCH] Bump the cairo dep Require cairo 1.18, now that we have this stable release. --- meson.build | 2 +- subprojects/cairo.wrap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index fbd2d7b34f..93729e0f3d 100644 --- a/meson.build +++ b/meson.build @@ -16,7 +16,7 @@ introspection_req = '>= 1.76.0' # keep this in sync with glib pango_req = '>= 1.52.0' # keep this in sync with .gitlab-ci/test-msys.sh harfbuzz_req = '>= 2.6.0' fribidi_req = '>= 1.0.6' -cairo_req = '>= 1.14.0' +cairo_req = '>= 1.18.0' gdk_pixbuf_req = '>= 2.30.0' wayland_proto_req = '>= 1.31' wayland_req = '>= 1.21.0' diff --git a/subprojects/cairo.wrap b/subprojects/cairo.wrap index 58fd107722..fdd69ceeb4 100644 --- a/subprojects/cairo.wrap +++ b/subprojects/cairo.wrap @@ -2,7 +2,7 @@ directory = cairo url = https://gitlab.freedesktop.org/cairo/cairo.git push-url = ssh://git@gitlab.freedesktop.org:cairo/cairo.git -revision = 1.17.6 +revision = 1.18.0 depth = 1 [provide]