mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +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
|
# Platform-specific dependencies
|
||||||
ifeq ($(CFG_OSTYPE),darwin)
|
ifeq ($(CFG_OSTYPE),darwin)
|
||||||
DEPS_rust-azure += \
|
DEPS_rust-azure += \
|
||||||
rust-core-graphics \
|
|
||||||
rust-core-foundation \
|
rust-core-foundation \
|
||||||
|
rust-core-graphics \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
DEPS_rust-cairo += \
|
DEPS_rust-cairo += \
|
||||||
|
rust-core-foundation \
|
||||||
rust-core-graphics \
|
rust-core-graphics \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
|
@ -92,12 +93,17 @@ DEPS_sharegl += \
|
||||||
rust-io-surface \
|
rust-io-surface \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
|
DEPS_rust-core-graphics += \
|
||||||
|
rust-core-foundation \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
DEPS_rust-core-text += \
|
DEPS_rust-core-text += \
|
||||||
rust-core-foundation \
|
rust-core-foundation \
|
||||||
rust-core-graphics \
|
rust-core-graphics \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
DEPS_rust-layers += \
|
DEPS_rust-layers += \
|
||||||
|
rust-core-foundation \
|
||||||
rust-core-graphics \
|
rust-core-graphics \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue