diff options
author | Jack Moffitt <jack@metajack.im> | 2013-06-14 13:33:11 -0600 |
---|---|---|
committer | Jack Moffitt <jack@metajack.im> | 2013-06-14 13:33:11 -0600 |
commit | ddf7c94a5e5cae3b49e046855cf2af0f6a13aec6 (patch) | |
tree | aaa72ce652816cce04db817dbf0870a48d5e0345 | |
parent | ad09cff807ed359ddf419de5c07e08934eff3b7b (diff) | |
download | servo-ddf7c94a5e5cae3b49e046855cf2af0f6a13aec6.tar.gz servo-ddf7c94a5e5cae3b49e046855cf2af0f6a13aec6.zip |
Fix dependencies.
-rw-r--r-- | mk/sub.mk | 9 |
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 += \ |