summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-01-22 14:22:07 +0100
committerRobin Watts <robin.watts@artifex.com>2016-01-28 20:09:54 +0000
commitafbb36f359273f272e23fc1e22fcdc6a0cc587de (patch)
tree3bc16b8fc2907bd0538bbc994a29e4e77043fb72 /.gitmodules
parent89559a410d5e79e0922128f90171935c6d55341a (diff)
downloadmupdf-afbb36f359273f272e23fc1e22fcdc6a0cc587de.tar.xz
Add harfbuzz thirdparty submodule.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index d374bcb4..13da2e4a 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -7,6 +7,9 @@
[submodule "thirdparty/freetype"]
path = thirdparty/freetype
url = git://git.ghostscript.com/thirdparty/freetype.git
+[submodule "thirdparty/harfbuzz"]
+ path = thirdparty/harfbuzz
+ url = git://git.ghostscript.com/thirdparty/harfbuzz.git
[submodule "thirdparty/jpeg"]
path = thirdparty/jpeg
url = git://git.ghostscript.com/thirdparty/jpeg.git