aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Moffitt <jack@metajack.im>2013-06-14 13:33:11 -0600
committerJack Moffitt <jack@metajack.im>2013-06-14 13:33:11 -0600
commitddf7c94a5e5cae3b49e046855cf2af0f6a13aec6 (patch)
treeaaa72ce652816cce04db817dbf0870a48d5e0345
parentad09cff807ed359ddf419de5c07e08934eff3b7b (diff)
downloadservo-ddf7c94a5e5cae3b49e046855cf2af0f6a13aec6.tar.gz
servo-ddf7c94a5e5cae3b49e046855cf2af0f6a13aec6.zip
Fix dependencies.
-rw-r--r--mk/sub.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/mk/sub.mk b/mk/sub.mk
index 745b5b71179..f0a66c2825a 100644
--- a/mk/sub.mk
+++ b/mk/sub.mk
@@ -38,6 +38,9 @@ NATIVE_BUILDS += \
# NB. This should not be a problem once a real package system exists.
DEPS_rust-azure += \
+ rust-opengles \
+ rust-layers \
+ rust-glut \
rust-geom \
skia \
$(NULL)
@@ -47,12 +50,9 @@ DEPS_rust-glut += \
$(NULL)
DEPS_rust-layers += \
- rust-azure \
- rust-cocoa \
rust-geom \
rust-glut \
rust-opengles \
- skia \
$(NULL)
DEPS_sharegl += \
@@ -105,7 +105,7 @@ DEPS_rust-azure += \
rust-core-graphics \
rust-core-text \
rust-core-foundation \
- skia \
+ rust-cocoa \
$(NULL)
DEPS_rust-io-surface += \
@@ -135,6 +135,7 @@ DEPS_rust-layers += \
rust-core-foundation \
rust-core-graphics \
rust-core-text \
+ rust-cocoa \
$(NULL)
DEPS_rust-glut += \