diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-07-16 13:19:22 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-07-16 13:19:22 -0400 |
commit | e609ede5975721c526046be71f4d511c8f7f7aba (patch) | |
tree | 7e3bf6be801e129ce37708522653fe0458d5c1c6 | |
parent | 2ba69abe39124072fa7370b8e038ac6b7212e8a3 (diff) | |
download | gtk+-e609ede5975721c526046be71f4d511c8f7f7aba.tar.gz |
Use pango from the main branch
Change the Pango subproject to use the main branch.
This depends on
https://gitlab.gnome.org/GNOME/pango/-/merge_requests/379
-rw-r--r-- | subprojects/pango.wrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/pango.wrap b/subprojects/pango.wrap index a1b16695fb..64317f97fe 100644 --- a/subprojects/pango.wrap +++ b/subprojects/pango.wrap @@ -2,5 +2,5 @@ directory=pango url=https://gitlab.gnome.org/GNOME/pango.git push-url=ssh://git@gitlab.gnome.org:GNOME/pango.git -revision=master +revision=main depth=1 |