mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +01:00
Add rust-core-graphics submodule; Import CoreGraphics bindings from
that module, not rust-cocoa.
This commit is contained in:
parent
9e521bc122
commit
9971c4d6e0
8 changed files with 21 additions and 17 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 ${CFG_SUBMODULES}"
|
||||
CFG_SUBMODULES="rust-cocoa rust-io-surface rust-core-foundation rust-core-graphics ${CFG_SUBMODULES}"
|
||||
fi
|
||||
|
||||
# needed because Spidermonkey configure is in non-standard location
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue