submodules: Split out GFX and all its dependencies into a servo-gfx submodule

This commit is contained in:
Patrick Walton 2012-11-11 19:42:44 -08:00
parent 6d4cb4319d
commit a38887194f
61 changed files with 177 additions and 5720 deletions

View file

@ -81,6 +81,16 @@ DEPS_libcss += \
libparserutils \
$(NULL)
DEPS_servo-gfx += \
rust-azure \
rust-cairo \
rust-freetype \
rust-geom \
rust-harfbuzz \
rust-http-client \
rust-stb-image \
$(NULL)
# Platform-specific dependencies
ifeq ($(CFG_OSTYPE),darwin)
DEPS_rust-azure += \
@ -119,6 +129,12 @@ DEPS_rust-layers += \
rust-core-text \
$(NULL)
DEPS_servo-gfx += \
rust-core-foundation \
rust-core-graphics \
rust-core-text \
$(NULL)
endif
ifeq ($(CFG_OSTYPE),linux)