mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Split out xlib to rust-xlib and cairo to rust-cairo.
This commit is contained in:
parent
e01d97460b
commit
5c68d158f0
14 changed files with 41 additions and 28 deletions
4
configure
vendored
4
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-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-hubbub sharegl rust-mozjs mozjs"
|
||||
|
||||
if [ $CFG_OSTYPE = "darwin" ]
|
||||
then
|
||||
|
@ -353,7 +353,7 @@ fi
|
|||
|
||||
if [ $CFG_OSTYPE = "linux" ]
|
||||
then
|
||||
CFG_SUBMODULES="rust-freetype rust-fontconfig ${CFG_SUBMODULES}"
|
||||
CFG_SUBMODULES="rust-freetype rust-fontconfig rust-xlib ${CFG_SUBMODULES}"
|
||||
fi
|
||||
|
||||
step_msg "making build directories"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue