From 74dcb6fccfc95761cb42c82a72d30f99898e71ea Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Thu, 24 Oct 2013 16:44:05 -0700 Subject: [PATCH] mk: Update dependencies. --- mk/sub.mk | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mk/sub.mk b/mk/sub.mk index e4cdf4f6570..96bdd920a97 100644 --- a/mk/sub.mk +++ b/mk/sub.mk @@ -71,6 +71,7 @@ DEPS_sharegl += \ DEPS_rust-hubbub += \ libhubbub \ + libparserutils \ rust \ $(NULL) @@ -94,11 +95,14 @@ DEPS_rust-azure += \ rust-core-text \ rust-core-foundation \ rust-cocoa \ + rust-io-surface \ rust \ $(NULL) DEPS_rust-io-surface += \ rust-core-foundation \ + rust-geom \ + rust-opengles \ rust \ $(NULL) @@ -129,6 +133,7 @@ DEPS_rust-layers += \ rust-core-foundation \ rust-core-graphics \ rust-core-text \ + rust-io-surface \ rust-cocoa \ rust \ $(NULL) @@ -171,6 +176,7 @@ DEPS_rust-azure += \ DEPS_rust-layers += \ rust-freetype \ rust-fontconfig \ + rust-xlib \ rust \ $(NULL)