summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2020-04-18 22:42:35 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2020-04-18 22:42:35 +0200
commit86b6c96362a3e8c62ff762199f9449d301278152 (patch)
tree0a029a68126193949c4048b0342d2411fa5efa2c
parent3d6c8f0bd97171f9409f900f94e694fffecb739f (diff)
downloadpango-86b6c96362a3e8c62ff762199f9449d301278152.tar.gz
build: add a wrap file for harfbuzz
harfbuzz master has meson support now. The fallback code is already in the pango meson code, so this is all that is needed.
-rw-r--r--subprojects/harfbuzz.wrap5
1 files changed, 5 insertions, 0 deletions
diff --git a/subprojects/harfbuzz.wrap b/subprojects/harfbuzz.wrap
new file mode 100644
index 00000000..e739b5e7
--- /dev/null
+++ b/subprojects/harfbuzz.wrap
@@ -0,0 +1,5 @@
+[wrap-git]
+directory=harfbuzz
+url=https://github.com/harfbuzz/harfbuzz.git
+push-url=git@github.com:harfbuzz/harfbuzz.git
+revision=master