diff options
author | Matthias Clasen <mclasen@redhat.com> | 2022-12-13 09:25:42 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2022-12-13 09:25:42 -0500 |
commit | 68e72b8a5b18578cd8061c2e6a537bbc24b0b00d (patch) | |
tree | 57522d219ab042ec5c6685f1ce3ca5253553dd56 | |
parent | f9feedc0fb729aba4f80fcf9c8140f31fbfed4d7 (diff) | |
download | pango-68e72b8a5b18578cd8061c2e6a537bbc24b0b00d.tar.gz |
build: Use a stable harfbuzzharfbuzz-dep
We don't need the latest harfbuzz.
Stick to 4.0 for now.
-rw-r--r-- | subprojects/harfbuzz.wrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/harfbuzz.wrap b/subprojects/harfbuzz.wrap index 10b770d4..a57870b2 100644 --- a/subprojects/harfbuzz.wrap +++ b/subprojects/harfbuzz.wrap @@ -2,5 +2,5 @@ directory=harfbuzz url=https://github.com/harfbuzz/harfbuzz.git push-url=git@github.com:harfbuzz/harfbuzz.git -revision=main +revision=4.0.0 depth=1 |