From a76ae6b992dea6703863980065b15bf57cafeec8 Mon Sep 17 00:00:00 2001 From: "Brian J. Burg" Date: Thu, 8 Nov 2012 17:56:16 -0800 Subject: [PATCH] Add core-foundation as a dependency of core-graphics. --- mk/sub.mk | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/mk/sub.mk b/mk/sub.mk index 8ecb64eb670..bca37805abe 100644 --- a/mk/sub.mk +++ b/mk/sub.mk @@ -75,11 +75,12 @@ DEPS_libcss += \ # Platform-specific dependencies ifeq ($(CFG_OSTYPE),darwin) DEPS_rust-azure += \ - rust-core-graphics \ rust-core-foundation \ + rust-core-graphics \ $(NULL) DEPS_rust-cairo += \ + rust-core-foundation \ rust-core-graphics \ $(NULL) @@ -92,12 +93,17 @@ DEPS_sharegl += \ rust-io-surface \ $(NULL) +DEPS_rust-core-graphics += \ + rust-core-foundation \ + $(NULL) + DEPS_rust-core-text += \ rust-core-foundation \ rust-core-graphics \ $(NULL) DEPS_rust-layers += \ + rust-core-foundation \ rust-core-graphics \ $(NULL)