summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2014-03-20 14:13:06 +0100
committerRobin Watts <robin.watts@artifex.com>2014-03-25 16:44:41 +0000
commitdb6353067cf545f4ca6fd854c8e8b4c4145dc537 (patch)
treec06d40f931c33ff335b474412392896a685657e6 /.gitmodules
parent332fb2e7033f3376fcdcfe0762e15ce78d221fbc (diff)
downloadmupdf-db6353067cf545f4ca6fd854c8e8b4c4145dc537.tar.xz
Add MuJS submodule, implementation and build.
Adds simpler choice of Javascript library to makefiles. Will prefer in order: MuJS, JavaScriptCore, V8, none based on HAVE_MUJS, HAVE_JSCORE, and HAVE_V8. For simplicity, we build mujstest even with no javascript implementation.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 9b1c5506..186e0b02 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,9 @@
[submodule "thirdparty/jbig2dec"]
path = thirdparty/jbig2dec
url = git://git.ghostscript.com/jbig2dec.git
+[submodule "thirdparty/mujs"]
+ path = thirdparty/mujs
+ url = git://git.ghostscript.com/mujs.git
[submodule "thirdparty/freetype"]
path = thirdparty/freetype
url = git://git.ghostscript.com/thirdparty/freetype.git