tegrarcm: new package
[buildroot-gz.git] / package / fontconfig / fontconfig.mk
blobcaf997bac71b4b92b0d2cc31b8c8b1e9f0c0aff7
1 ################################################################################
3 # fontconfig
5 ################################################################################
7 FONTCONFIG_VERSION = 2.11.1
8 FONTCONFIG_SITE = http://fontconfig.org/release
9 FONTCONFIG_INSTALL_STAGING = YES
10 FONTCONFIG_DEPENDENCIES = freetype expat host-pkgconf
11 FONTCONFIG_LICENSE = fontconfig license
12 FONTCONFIG_LICENSE_FILES = COPYING
14 FONTCONFIG_CONF_OPTS = \
15 --with-arch=$(GNU_TARGET_NAME) \
16 --with-cache-dir=/var/cache/fontconfig \
17 --disable-docs
19 HOST_FONTCONFIG_CONF_OPTS = \
20 --disable-static
22 $(eval $(autotools-package))
23 $(eval $(host-autotools-package))