mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Add libcss submodule
This commit is contained in:
parent
375dd57887
commit
01dbcf5772
4 changed files with 9 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -55,4 +55,7 @@
|
|||
[submodule "src/libwapcaplet"]
|
||||
path = src/libwapcaplet
|
||||
url = git://github.com/pcwalton/libwapcaplet.git
|
||||
[submodule "src/libcss"]
|
||||
path = src/libcss
|
||||
url = git://github.com/pcwalton/libcss.git
|
||||
|
||||
|
|
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-harfbuzz rust-opengles rust-azure rust-stb-image rust-geom rust-glut rust-layers rust-http-client libparserutils libhubbub servo-sandbox rust-hubbub sharegl rust-mozjs mozjs"
|
||||
CFG_SUBMODULES="libwapcaplet rust-harfbuzz rust-opengles rust-azure rust-stb-image rust-geom rust-glut rust-layers rust-http-client libparserutils libhubbub libcss servo-sandbox rust-hubbub sharegl rust-mozjs mozjs"
|
||||
|
||||
if [ $CFG_OSTYPE == "darwin" ]
|
||||
then
|
||||
|
|
|
@ -30,6 +30,10 @@ DEPS_rust-mozjs += \
|
|||
CFLAGS_rust-mozjs += \
|
||||
"-I../mozjs/dist/include"
|
||||
|
||||
DEPS_libcss += \
|
||||
libwapcaplet \
|
||||
libparserutils
|
||||
|
||||
# Platform-specific dependencies
|
||||
ifeq ($(CFG_OSTYPE),darwin)
|
||||
DEPS_rust-azure += \
|
||||
|
|
1
src/libcss
Submodule
1
src/libcss
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit efc78a8af01170c090d7fdb628184b4cd5b0d074
|
Loading…
Add table
Add a link
Reference in a new issue