mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +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]
|
[wrap-file]
|
||||||
directory=cairo
|
directory = cairo-1.17.8
|
||||||
url=https://gitlab.freedesktop.org/cairo/cairo.git
|
source_url = https://cairographics.org/snapshots/cairo-1.17.8.tar.xz
|
||||||
depth=1
|
source_filename = cairo-1.17.8.tar.xz
|
||||||
revision=1.17.6
|
source_hash = 5b10c8892d1b58d70d3f0ba5b47863a061262fa56b9dc7944161f8c8b783bc64
|
||||||
|
|
||||||
[provide]
|
[provide]
|
||||||
cairo = libcairo_dep
|
cairo = libcairo_dep
|
||||||
|
|
Loading…
Reference in a new issue