diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-01-03 13:46:34 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-01-03 21:34:04 -0500 |
commit | 710ef00dfea4853d99e1c7f7201733d81d2b846d (patch) | |
tree | e5865b5224544795ded1e6e9b6c8f6d1e7e60ec6 /subprojects | |
parent | 0c8124828f95895b9b0e84d899cce12b7936c45b (diff) | |
download | gtk+-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.
Diffstat (limited to 'subprojects')
-rw-r--r-- | subprojects/cairo.wrap | 4 |
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 |