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:
Keegan McAllister 2014-02-25 13:25:03 -08:00
parent ab72c473cd
commit ff189fca9b
7 changed files with 27 additions and 5 deletions

View file

@ -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)