From ba1a9530c895f88b8fa86dc713da5f37b16760af Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 22 Dec 2022 09:19:53 -0500 Subject: [PATCH] build: Use cairo 1.17.6 as subproject We don't want to use cairo 1.16, since it is too old, so use 1.17.6 for now until there is a stable 1.18 release. --- subprojects/cairo.wrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/cairo.wrap b/subprojects/cairo.wrap index fb8aa712b3..58fd107722 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 = master +revision = 1.17.6 depth = 1 [provide] -- 2.30.2