mirror of
https://github.com/servo/servo.git
synced 2025-08-14 09:55:35 +01:00
Build Fontconfig 2.11 in-tree on Linux
After applying this patch, on Linux you will need to ../configure make clean-rust-azure clean-fontconfig clean-rust-fontconfig Fixes #1752.
This commit is contained in:
parent
ab72c473cd
commit
ff189fca9b
7 changed files with 27 additions and 5 deletions
10
mk/sub.mk
10
mk/sub.mk
|
@ -156,6 +156,7 @@ ifeq ($(CFG_OSTYPE),unknown-linux-gnu)
|
|||
DEPS_rust-azure += \
|
||||
rust-freetype \
|
||||
rust-fontconfig \
|
||||
fontconfig \
|
||||
rust-xlib \
|
||||
rust \
|
||||
$(NULL)
|
||||
|
@ -167,6 +168,15 @@ DEPS_rust-layers += \
|
|||
rust-xlib \
|
||||
rust \
|
||||
$(NULL)
|
||||
|
||||
DEPS_rust-fontconfig += \
|
||||
fontconfig \
|
||||
rust \
|
||||
$(NULL)
|
||||
|
||||
NATIVE_BUILD += \
|
||||
fontconfig \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
ifeq ($(CFG_OSTYPE),linux-androideabi)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue