Split fontconfig bindings into rust-fontconfig.

This commit is contained in:
Brian J. Burg 2012-10-25 12:34:01 -07:00
parent 800bf0a8ed
commit e01d97460b
5 changed files with 11 additions and 6 deletions

View file

@ -69,10 +69,11 @@ endif
ifeq ($(CFG_OSTYPE),linux)
DEPS_rust-azure += \
rust-freetype
rust-freetype \
rust-fontconfig
# See note at top of file
DEPS_rust-layers += \
rust-freetype
endif
rust-freetype \
rust-fontconfig
endif