mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Begin work on libcss bindings
This commit is contained in:
parent
02d82a5739
commit
8ddaaca362
5 changed files with 11 additions and 3 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -62,3 +62,6 @@
|
||||||
[submodule "src/rust-netsurfcss"]
|
[submodule "src/rust-netsurfcss"]
|
||||||
path = src/rust-netsurfcss
|
path = src/rust-netsurfcss
|
||||||
url = git://github.com/mozilla-servo/rust-netsurfcss.git
|
url = git://github.com/mozilla-servo/rust-netsurfcss.git
|
||||||
|
[submodule "src/rust-wapcaplet"]
|
||||||
|
path = src/rust-wapcaplet
|
||||||
|
url = git://github.com/mozilla-servo/rust-wapcaplet.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-netsurfcss servo-sandbox rust-hubbub sharegl rust-mozjs mozjs"
|
CFG_SUBMODULES="libwapcaplet rust-wapcaplet 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
|
||||||
|
|
|
@ -22,7 +22,11 @@ DEPS_rust-hubbub += \
|
||||||
libhubbub
|
libhubbub
|
||||||
|
|
||||||
DEPS_rust-netsurfcss += \
|
DEPS_rust-netsurfcss += \
|
||||||
libcss
|
libcss \
|
||||||
|
rust-wapcaplet
|
||||||
|
|
||||||
|
DEPS_rust-wapcaplet += \
|
||||||
|
libwapcaplet
|
||||||
|
|
||||||
CFLAGS_mozjs += \
|
CFLAGS_mozjs += \
|
||||||
"-I../mozjs/dist/include"
|
"-I../mozjs/dist/include"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 4da616ec41a9f8ae2a83ae5a21e9383dbf5ed175
|
Subproject commit 5a5ddd543864e249683c16328d8a90e0e2bf0024
|
1
src/rust-wapcaplet
Submodule
1
src/rust-wapcaplet
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit d1a2915aad4317c8f71ab610de13e065e2a31cea
|
Loading…
Add table
Add a link
Reference in a new issue