mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Build skia
This commit is contained in:
parent
9163dadcd0
commit
1c2c4021d7
3 changed files with 5 additions and 3 deletions
2
configure
vendored
2
configure
vendored
|
@ -344,7 +344,7 @@ step_msg "running submodule autoconf scripts"
|
|||
|
||||
(cd ${CFG_SRC_DIR}src/mozjs/js/src && "${CFG_AUTOCONF213}") || exit $?
|
||||
|
||||
CFG_SUBMODULES="libwapcaplet rust-wapcaplet rust-harfbuzz rust-opengles rust-azure rust-cairo rust-stb-image rust-geom rust-glut rust-layers rust-http-client libparserutils libhubbub libcss rust-netsurfcss rust-css rust-hubbub sharegl rust-mozjs mozjs"
|
||||
CFG_SUBMODULES="libwapcaplet rust-wapcaplet rust-harfbuzz rust-opengles skia rust-azure rust-cairo rust-stb-image rust-geom rust-glut rust-layers rust-http-client libparserutils libhubbub libcss rust-netsurfcss rust-css rust-hubbub sharegl rust-mozjs mozjs"
|
||||
|
||||
if [ $CFG_OSTYPE = "darwin" ]
|
||||
then
|
||||
|
|
|
@ -6,7 +6,9 @@
|
|||
|
||||
DEPS_rust-azure += \
|
||||
rust-geom \
|
||||
rust-cairo
|
||||
rust-cairo \
|
||||
skia \
|
||||
$(NULL)
|
||||
|
||||
DEPS_rust-glut += \
|
||||
rust-opengles
|
||||
|
|
2
src/skia
2
src/skia
|
@ -1 +1 @@
|
|||
Subproject commit 373825aef7094922ea430ad6503f74766789b305
|
||||
Subproject commit 50f90869afc5311b2ffebf11333dfdea2376c36e
|
Loading…
Add table
Add a link
Reference in a new issue