Make rust submodules depend on rust.

This commit is contained in:
Jack Moffitt 2013-09-23 10:40:34 -06:00
parent 59151ad3dc
commit 7ee000f613

View file

@ -45,33 +45,40 @@ DEPS_rust-azure += \
glfw-rs \ glfw-rs \
glfw \ glfw \
skia \ skia \
rust \
$(NULL) $(NULL)
DEPS_glfw-rs += \ DEPS_glfw-rs += \
glfw \ glfw \
rust \
$(NULL) $(NULL)
DEPS_rust-layers += \ DEPS_rust-layers += \
rust-geom \ rust-geom \
rust-opengles \ rust-opengles \
rust \
$(NULL) $(NULL)
DEPS_sharegl += \ DEPS_sharegl += \
rust-geom \ rust-geom \
rust-opengles \ rust-opengles \
rust \
$(NULL) $(NULL)
DEPS_rust-hubbub += \ DEPS_rust-hubbub += \
libhubbub \ libhubbub \
rust \
$(NULL) $(NULL)
DEPS_rust-netsurfcss += \ DEPS_rust-netsurfcss += \
libcss \ libcss \
rust-wapcaplet \ rust-wapcaplet \
rust \
$(NULL) $(NULL)
DEPS_rust-wapcaplet += \ DEPS_rust-wapcaplet += \
libwapcaplet \ libwapcaplet \
rust \
$(NULL) $(NULL)
CFLAGS_rust-wapcaplet += \ CFLAGS_rust-wapcaplet += \
@ -81,10 +88,12 @@ CFLAGS_rust-wapcaplet += \
DEPS_rust-css += \ DEPS_rust-css += \
rust-netsurfcss \ rust-netsurfcss \
rust-wapcaplet \ rust-wapcaplet \
rust \
$(NULL) $(NULL)
DEPS_rust-mozjs += \ DEPS_rust-mozjs += \
mozjs \ mozjs \
rust \
$(NULL) $(NULL)
CFLAGS_rust-mozjs += \ CFLAGS_rust-mozjs += \
@ -103,29 +112,35 @@ DEPS_rust-azure += \
rust-core-text \ rust-core-text \
rust-core-foundation \ rust-core-foundation \
rust-cocoa \ rust-cocoa \
rust \
$(NULL) $(NULL)
DEPS_rust-io-surface += \ DEPS_rust-io-surface += \
rust-core-foundation \ rust-core-foundation \
rust \
$(NULL) $(NULL)
DEPS_rust-alert += \ DEPS_rust-alert += \
rust-core-foundation \ rust-core-foundation \
rust-cocoa \ rust-cocoa \
rust \
$(NULL) $(NULL)
DEPS_sharegl += \ DEPS_sharegl += \
rust-core-foundation \ rust-core-foundation \
rust-io-surface \ rust-io-surface \
rust \
$(NULL) $(NULL)
DEPS_rust-core-graphics += \ DEPS_rust-core-graphics += \
rust-core-foundation \ rust-core-foundation \
rust \
$(NULL) $(NULL)
DEPS_rust-core-text += \ DEPS_rust-core-text += \
rust-core-foundation \ rust-core-foundation \
rust-core-graphics \ rust-core-graphics \
rust \
$(NULL) $(NULL)
DEPS_rust-layers += \ DEPS_rust-layers += \
@ -133,6 +148,7 @@ DEPS_rust-layers += \
rust-core-graphics \ rust-core-graphics \
rust-core-text \ rust-core-text \
rust-cocoa \ rust-cocoa \
rust \
$(NULL) $(NULL)
endif endif
@ -147,6 +163,7 @@ DEPS_rust-azure += \
rust-freetype \ rust-freetype \
rust-fontconfig \ rust-fontconfig \
rust-xlib \ rust-xlib \
rust \
$(NULL) $(NULL)
# See note at top of file # See note at top of file
@ -154,6 +171,7 @@ DEPS_rust-layers += \
rust-freetype \ rust-freetype \
rust-fontconfig \ rust-fontconfig \
rust-xlib \ rust-xlib \
rust \
$(NULL) $(NULL)
endif endif
@ -164,21 +182,25 @@ DEPS_rust-azure += \
fontconfig \ fontconfig \
libfreetype2 \ libfreetype2 \
libexpat \ libexpat \
rust \
$(NULL) $(NULL)
# See note at top of file # See note at top of file
DEPS_rust-layers += \ DEPS_rust-layers += \
rust-freetype \ rust-freetype \
rust-fontconfig \ rust-fontconfig \
rust \
$(NULL) $(NULL)
DEPS_rust-fontconfig += \ DEPS_rust-fontconfig += \
fontconfig \ fontconfig \
rust-freetype \ rust-freetype \
rust \
$(NULL) $(NULL)
DEPS_rust-freetype += \ DEPS_rust-freetype += \
libfreetype2 \ libfreetype2 \
rust \
$(NULL) $(NULL)
DEPS_fontconfig += \ DEPS_fontconfig += \