mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
submodules: Split out GFX and all its dependencies into a servo-gfx submodule
This commit is contained in:
parent
6d4cb4319d
commit
a38887194f
61 changed files with 177 additions and 5720 deletions
16
mk/sub.mk
16
mk/sub.mk
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue