summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-01-03 13:46:34 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-01-03 21:34:04 -0500
commit710ef00dfea4853d99e1c7f7201733d81d2b846d (patch)
treee5865b5224544795ded1e6e9b6c8f6d1e7e60ec6
parent0c8124828f95895b9b0e84d899cce12b7936c45b (diff)
downloadgtk+-710ef00dfea4853d99e1c7f7201733d81d2b846d.tar.gz
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.
-rw-r--r--subprojects/cairo.wrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/subprojects/cairo.wrap b/subprojects/cairo.wrap
index d09964e401..5e539239fe 100644
--- a/subprojects/cairo.wrap
+++ b/subprojects/cairo.wrap
@@ -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