diff options
author | Peng Liu <pengliu.2002@gmail.com> | 2013-08-17 20:55:48 -0700 |
---|---|---|
committer | Jack Moffitt <jack@metajack.im> | 2013-08-20 14:43:08 -0600 |
commit | bcf67d9d7fbdcf1e4cc1bd097e0060e23649b013 (patch) | |
tree | 55a1892982bc75af894c062b26aaa93a54490ec0 /.gitmodules | |
parent | 488972e817a072f23b36e92b02a3cb5cccffa90e (diff) | |
download | servo-bcf67d9d7fbdcf1e4cc1bd097e0060e23649b013.tar.gz servo-bcf67d9d7fbdcf1e4cc1bd097e0060e23649b013.zip |
Pull libpng in tree to avoid the configuration issue related to libpng.
Most work done by @pliu6
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index cbb9898d82c..1981724ad77 100644 --- a/.gitmodules +++ b/.gitmodules @@ -103,3 +103,6 @@ [submodule "src/support/png/rust-png"] path = src/support/png/rust-png url = https://github.com/mozilla-servo/rust-png.git +[submodule "src/support/png/libpng"] + path = src/support/png/libpng + url = https://github.com/mozilla-servo/libpng.git |