From ddf7c94a5e5cae3b49e046855cf2af0f6a13aec6 Mon Sep 17 00:00:00 2001 From: Jack Moffitt Date: Fri, 14 Jun 2013 13:33:11 -0600 Subject: [PATCH] Fix dependencies. --- mk/sub.mk | 9 +++++---- 1 file 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 += \