Remove the servo-gfx submodule

This commit is contained in:
Patrick Walton 2012-11-12 12:08:38 -08:00
parent 5e70e3b153
commit 463b80090c
48 changed files with 5536 additions and 26 deletions

View file

@ -81,16 +81,6 @@ 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 += \
@ -105,7 +95,7 @@ DEPS_rust-cairo += \
rust-core-graphics \
$(NULL)
DEPS_rust-io-surface += \
dEPS_rust-io-surface += \
rust-core-foundation \
$(NULL)
@ -129,12 +119,6 @@ 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)