1 ################################################################################
5 ################################################################################
7 FONTCONFIG_VERSION
= 2.12.1
8 FONTCONFIG_SITE
= http
://fontconfig.org
/release
9 FONTCONFIG_SOURCE
= fontconfig-
$(FONTCONFIG_VERSION
).
tar.bz2
10 FONTCONFIG_INSTALL_STAGING
= YES
13 # 0001-Avoid-conflicts-with-integer-width-macros-from-TS-1866.patch is
14 # removed, the host-gperf dependency should be removed.
15 FONTCONFIG_DEPENDENCIES
= freetype expat host-pkgconf host-gperf
16 HOST_FONTCONFIG_DEPENDENCIES
= host-freetype host-expat host-pkgconf host-gperf
17 FONTCONFIG_LICENSE
= fontconfig license
18 FONTCONFIG_LICENSE_FILES
= COPYING
20 FONTCONFIG_CONF_OPTS
= \
21 --with-arch
=$(GNU_TARGET_NAME
) \
22 --with-cache-dir
=/var
/cache
/fontconfig \
25 HOST_FONTCONFIG_CONF_OPTS
= \
28 $(eval
$(autotools-package
))
29 $(eval
$(host-autotools-package
))