kumquat-buildroot/package/fontconfig/fontconfig.mk

27 lines
831 B
Makefile
Raw Normal View History

################################################################################
2007-01-14 04:39:53 +01:00
#
# fontconfig
#
################################################################################
FONTCONFIG_VERSION = 2.13.1
2008-03-06 19:09:37 +01:00
FONTCONFIG_SITE = http://fontconfig.org/release
FONTCONFIG_SOURCE = fontconfig-$(FONTCONFIG_VERSION).tar.bz2
FONTCONFIG_INSTALL_STAGING = YES
FONTCONFIG_DEPENDENCIES = freetype expat host-pkgconf host-gperf util-linux
HOST_FONTCONFIG_DEPENDENCIES = \
host-freetype host-expat host-pkgconf host-gperf host-util-linux
FONTCONFIG_LICENSE = fontconfig license
FONTCONFIG_LICENSE_FILES = COPYING
2008-03-06 19:09:37 +01:00
FONTCONFIG_CONF_OPTS = \
--with-arch=$(GNU_TARGET_NAME) \
--with-cache-dir=/var/cache/fontconfig \
--disable-docs
2007-01-14 04:39:53 +01:00
HOST_FONTCONFIG_CONF_OPTS = \
--disable-static
2009-03-18 22:22:04 +01:00
$(eval $(autotools-package))
$(eval $(host-autotools-package))