mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add rust-css submodule
This commit is contained in:
parent
7db5ebee34
commit
2e5afb7050
5 changed files with 10 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -79,3 +79,6 @@
|
|||
[submodule "src/rust-cairo"]
|
||||
path = src/rust-cairo
|
||||
url = git://github.com/mozilla-servo/rust-cairo.git
|
||||
[submodule "src/rust-css"]
|
||||
path = src/rust-css
|
||||
url = git://github.com/mozilla-servo/rust-css.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-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-hubbub sharegl rust-mozjs mozjs"
|
||||
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"
|
||||
|
||||
if [ $CFG_OSTYPE = "darwin" ]
|
||||
then
|
||||
|
|
|
@ -36,6 +36,10 @@ DEPS_rust-wapcaplet += \
|
|||
CFLAGS_rust-wapcaplet += \
|
||||
"-I$(S)src/libwapcaplet/include"
|
||||
|
||||
DEPS_rust-css += \
|
||||
rust-netsurfcss \
|
||||
rust-wapcaplet
|
||||
|
||||
CFLAGS_mozjs += \
|
||||
"-I../mozjs/dist/include"
|
||||
|
||||
|
|
1
src/rust-css
Submodule
1
src/rust-css
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 8b668287b7c208abbd6e29f1413387e5cefe4491
|
|
@ -20,6 +20,7 @@ extern mod opengles;
|
|||
extern mod sharegl;
|
||||
extern mod stb_image;
|
||||
extern mod std;
|
||||
extern mod newcss (name = "css");
|
||||
|
||||
pub mod engine;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue