mirror of
https://github.com/servo/servo.git
synced 2025-08-18 03:45:33 +01:00
Remove the servo-gfx submodule
This commit is contained in:
parent
5e70e3b153
commit
463b80090c
48 changed files with 5536 additions and 26 deletions
18
mk/sub.mk
18
mk/sub.mk
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue