summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2012-08-20 13:53:39 +0200
committerRobin Watts <robin.watts@artifex.com>2012-09-26 15:19:08 +0100
commit3bfa49bca3fbfa941d27e9da24821c0809a73c8f (patch)
treeb887aa64fc281a1eede17fc2f84992501da9109d /.gitmodules
parenta84a97ce22bfb081b014259af9d0596882287a5c (diff)
downloadmupdf-3bfa49bca3fbfa941d27e9da24821c0809a73c8f.tar.xz
Add thirdparty libraries as git submodules.
jbig2dec latest freetype 2.4.10 jpeg 9 openjpeg 1.5.0 zlib 1.2.7 Update MSVC projects for thirdparty libraries as submodules. Improve thirdparty library availability checks in Makethird by checking for the existence of a README file instead of just the directory, since a checkout without active git submodules has empty directories for the third party libraries.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 00000000..fe4637d9
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,15 @@
+[submodule "thirdparty/jbig2dec"]
+ path = thirdparty/jbig2dec
+ url = git://git.ghostscript.com/jbig2dec.git
+[submodule "thirdparty/freetype"]
+ path = thirdparty/freetype
+ url = git://git.ghostscript.com/thirdparty/freetype.git
+[submodule "thirdparty/jpeg"]
+ path = thirdparty/jpeg
+ url = git://git.ghostscript.com/thirdparty/jpeg.git
+[submodule "thirdparty/openjpeg"]
+ path = thirdparty/openjpeg
+ url = git://git.ghostscript.com/thirdparty/openjpeg.git
+[submodule "thirdparty/zlib"]
+ path = thirdparty/zlib
+ url = git://git.ghostscript.com/thirdparty/zlib.git