Add rust-core-graphics submodule; Import CoreGraphics bindings from

that module, not rust-cocoa.
This commit is contained in:
Brian J. Burg 2012-10-19 12:50:49 -07:00
parent 9e521bc122
commit 9971c4d6e0
8 changed files with 21 additions and 17 deletions

2
configure vendored
View file

@ -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