mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Add core-foundation as a dependency of core-graphics.
This commit is contained in:
parent
5d63fd3576
commit
a76ae6b992
1 changed files with 7 additions and 1 deletions
|
@ -75,11 +75,12 @@ DEPS_libcss += \
|
|||
# Platform-specific dependencies
|
||||
ifeq ($(CFG_OSTYPE),darwin)
|
||||
DEPS_rust-azure += \
|
||||
rust-core-graphics \
|
||||
rust-core-foundation \
|
||||
rust-core-graphics \
|
||||
$(NULL)
|
||||
|
||||
DEPS_rust-cairo += \
|
||||
rust-core-foundation \
|
||||
rust-core-graphics \
|
||||
$(NULL)
|
||||
|
||||
|
@ -92,12 +93,17 @@ DEPS_sharegl += \
|
|||
rust-io-surface \
|
||||
$(NULL)
|
||||
|
||||
DEPS_rust-core-graphics += \
|
||||
rust-core-foundation \
|
||||
$(NULL)
|
||||
|
||||
DEPS_rust-core-text += \
|
||||
rust-core-foundation \
|
||||
rust-core-graphics \
|
||||
$(NULL)
|
||||
|
||||
DEPS_rust-layers += \
|
||||
rust-core-foundation \
|
||||
rust-core-graphics \
|
||||
$(NULL)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue