aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors-servo <release+servo@mozilla.com>2013-10-24 17:07:05 -0700
committerbors-servo <release+servo@mozilla.com>2013-10-24 17:07:05 -0700
commitd5bd4bfdb71415fc399b986359ba6ad0ff3ac3de (patch)
tree9e01f571d825370c15323986aae8cefbd34173ef
parent4301c2f4a40caecf925e160be51d930abcf5a146 (diff)
parent74dcb6fccfc95761cb42c82a72d30f99898e71ea (diff)
downloadservo-d5bd4bfdb71415fc399b986359ba6ad0ff3ac3de.tar.gz
servo-d5bd4bfdb71415fc399b986359ba6ad0ff3ac3de.zip
auto merge of #1131 : pcwalton/servo/update-dependencies, r=metajack
r? @kmcallister
-rw-r--r--mk/sub.mk6
1 files changed, 6 insertions, 0 deletions
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)