Fix the cairo build on OS X

Change the subproject to point to a branch that includes
an OS X build fix. Once
https://gitlab.freedesktop.org/cairo/cairo/-/issues/441
is fixed, we should switch back to master.
This commit is contained in:
Matthias Clasen
2021-01-03 13:46:34 -05:00
parent 0c8124828f
commit 710ef00dfe

View File

@@ -1,6 +1,6 @@
[wrap-git]
directory=cairo
url=https://gitlab.freedesktop.org/cairo/cairo.git
url=https://github.com/matthiasclasen/cairo.git
push-url=ssh://git@gitlab.freedesktop.org:cairo/cairo.git
revision=master
revision=fix-osx-build
depth=1