mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Move CoreText bindings into a submodule.
This commit is contained in:
parent
f586b0f947
commit
658edb6ec8
7 changed files with 49 additions and 78 deletions
2
configure
vendored
2
configure
vendored
|
@ -348,7 +348,7 @@ CFG_SUBMODULES="libwapcaplet rust-wapcaplet rust-harfbuzz rust-opengles rust-azu
|
|||
|
||||
if [ $CFG_OSTYPE = "darwin" ]
|
||||
then
|
||||
CFG_SUBMODULES="rust-cocoa rust-io-surface rust-core-foundation rust-core-graphics ${CFG_SUBMODULES}"
|
||||
CFG_SUBMODULES="rust-cocoa rust-io-surface rust-core-foundation rust-core-graphics rust-core-text ${CFG_SUBMODULES}"
|
||||
fi
|
||||
|
||||
# needed because Spidermonkey configure is in non-standard location
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue