From c9f31b8100c76ce571994a201a55ab46633f3af2 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Wed, 12 Jul 2023 11:56:13 +0530 Subject: [PATCH] cairo.wrap: Bump to latest to fix MSYS2 build failure ``` ../subprojects/cairo/src/win32/cairo-dwrite-font.cpp:722:50: error: 'MCW_PC' was not declared in this scope 722 | _controlfp_s(&control_word, _CW_DEFAULT, MCW_PC); | ^~~~~~ ``` Part-of: --- subprojects/cairo.wrap | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/subprojects/cairo.wrap b/subprojects/cairo.wrap index b7e07fe7e4..db0d067045 100644 --- a/subprojects/cairo.wrap +++ b/subprojects/cairo.wrap @@ -1,8 +1,8 @@ -[wrap-git] -directory=cairo -url=https://gitlab.freedesktop.org/cairo/cairo.git -depth=1 -revision=1.17.6 +[wrap-file] +directory = cairo-1.17.8 +source_url = https://cairographics.org/snapshots/cairo-1.17.8.tar.xz +source_filename = cairo-1.17.8.tar.xz +source_hash = 5b10c8892d1b58d70d3f0ba5b47863a061262fa56b9dc7944161f8c8b783bc64 [provide] cairo = libcairo_dep