summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
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