mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Move rust-css to rust-netsurfcss
This commit is contained in:
parent
6ffde5fdda
commit
40f26cf63e
6 changed files with 7 additions and 7 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -59,6 +59,6 @@
|
||||||
path = src/libcss
|
path = src/libcss
|
||||||
url = git://github.com/pcwalton/libcss.git
|
url = git://github.com/pcwalton/libcss.git
|
||||||
|
|
||||||
[submodule "src/rust-css"]
|
[submodule "src/rust-netsurfcss"]
|
||||||
path = src/rust-css
|
path = src/rust-netsurfcss
|
||||||
url = git://github.com/brson/rust-css.git
|
url = git://github.com/brson/rust-netsurfcss.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 $?
|
(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 libcss rust-css 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 rust-netsurfcss servo-sandbox rust-hubbub sharegl rust-mozjs mozjs"
|
||||||
|
|
||||||
if [ $CFG_OSTYPE = "darwin" ]
|
if [ $CFG_OSTYPE = "darwin" ]
|
||||||
then
|
then
|
||||||
|
|
|
@ -21,7 +21,7 @@ DEPS_servo-sandbox += \
|
||||||
DEPS_rust-hubbub += \
|
DEPS_rust-hubbub += \
|
||||||
libhubbub
|
libhubbub
|
||||||
|
|
||||||
DEPS_rust-css += \
|
DEPS_rust-netsurfcss += \
|
||||||
libcss
|
libcss
|
||||||
|
|
||||||
CFLAGS_mozjs += \
|
CFLAGS_mozjs += \
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 0424ff2d46795d7d3c374b41cf258266fb486e08
|
|
1
src/rust-netsurfcss
Submodule
1
src/rust-netsurfcss
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 4da616ec41a9f8ae2a83ae5a21e9383dbf5ed175
|
|
@ -18,7 +18,7 @@ extern mod opengles;
|
||||||
extern mod http_client;
|
extern mod http_client;
|
||||||
extern mod hubbub;
|
extern mod hubbub;
|
||||||
extern mod sharegl;
|
extern mod sharegl;
|
||||||
extern mod cssparser (name = "css");
|
extern mod netsurfcss;
|
||||||
|
|
||||||
pub mod engine;
|
pub mod engine;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue