mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update rust-azure
This commit is contained in:
parent
b04c68091d
commit
4fb082db4a
2 changed files with 9 additions and 2 deletions
9
configure
vendored
9
configure
vendored
|
@ -383,9 +383,16 @@ do
|
|||
if [ $i = mozjs ]; then
|
||||
CONFIGURE_SCRIPT="${CFG_SRC_DIR}src/${i}/js/src/configure"
|
||||
fi
|
||||
|
||||
# needed because Azure's configure wants "--enable-cairo --enable-skia"
|
||||
CONFIGURE_ARGS=""
|
||||
if [ $i = "rust-azure" ]; then
|
||||
CONFIGURE_ARGS="--enable-cairo --enable-skia"
|
||||
fi
|
||||
|
||||
if [ -f ${CONFIGURE_SCRIPT} ]
|
||||
then
|
||||
sh ${CONFIGURE_SCRIPT}
|
||||
sh ${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}
|
||||
fi
|
||||
done
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 55b0d15f154986d85a53893e198ab6c750c0b728
|
||||
Subproject commit 2a99fd9b53339ba286fa3c70fb2e9c146b5e5fc4
|
Loading…
Add table
Add a link
Reference in a new issue