mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
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: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5018>
This commit is contained in:
parent
c6d27a3ca7
commit
c9f31b8100
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue