mirror of
https://github.com/servo/servo.git
synced 2025-07-29 10:10:34 +01:00
Pull libpng in tree to avoid the configuration issue related to libpng.
Most work done by @pliu6
This commit is contained in:
parent
488972e817
commit
bcf67d9d7f
4 changed files with 6 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||
|
|
1
configure
vendored
1
configure
vendored
|
@ -420,6 +420,7 @@ CFG_SUBMODULES="\
|
|||
support/spidermonkey/mozjs \
|
||||
support/spidermonkey/rust-mozjs \
|
||||
support/stb-image/rust-stb-image \
|
||||
support/png/libpng \
|
||||
support/png/rust-png \
|
||||
support/wapcaplet/libwapcaplet \
|
||||
support/wapcaplet/rust-wapcaplet"
|
||||
|
|
1
src/support/png/libpng
Submodule
1
src/support/png/libpng
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit bda7eca7c3962caadf1c25dac215519b8935b22f
|
|
@ -1 +1 @@
|
|||
Subproject commit 1d014441ff8100e79521de42cb25300ed4092372
|
||||
Subproject commit d01eb726c0dcd46d71611e524ede00d28f382f29
|
Loading…
Add table
Add a link
Reference in a new issue