Fix dependencies.

This commit is contained in:
Jack Moffitt 2013-06-14 13:33:11 -06:00
parent ad09cff807
commit ddf7c94a5e

View file

@ -38,6 +38,9 @@ NATIVE_BUILDS += \
# NB. This should not be a problem once a real package system exists. # NB. This should not be a problem once a real package system exists.
DEPS_rust-azure += \ DEPS_rust-azure += \
rust-opengles \
rust-layers \
rust-glut \
rust-geom \ rust-geom \
skia \ skia \
$(NULL) $(NULL)
@ -47,12 +50,9 @@ DEPS_rust-glut += \
$(NULL) $(NULL)
DEPS_rust-layers += \ DEPS_rust-layers += \
rust-azure \
rust-cocoa \
rust-geom \ rust-geom \
rust-glut \ rust-glut \
rust-opengles \ rust-opengles \
skia \
$(NULL) $(NULL)
DEPS_sharegl += \ DEPS_sharegl += \
@ -105,7 +105,7 @@ DEPS_rust-azure += \
rust-core-graphics \ rust-core-graphics \
rust-core-text \ rust-core-text \
rust-core-foundation \ rust-core-foundation \
skia \ rust-cocoa \
$(NULL) $(NULL)
DEPS_rust-io-surface += \ DEPS_rust-io-surface += \
@ -135,6 +135,7 @@ DEPS_rust-layers += \
rust-core-foundation \ rust-core-foundation \
rust-core-graphics \ rust-core-graphics \
rust-core-text \ rust-core-text \
rust-cocoa \
$(NULL) $(NULL)
DEPS_rust-glut += \ DEPS_rust-glut += \