2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2007-01-14 04:39:53 +01:00
|
|
|
#
|
|
|
|
# fontconfig
|
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2013-06-06 01:53:25 +02:00
|
|
|
|
2018-11-28 20:11:26 +01:00
|
|
|
FONTCONFIG_VERSION = 2.13.1
|
2008-03-06 19:09:37 +01:00
|
|
|
FONTCONFIG_SITE = http://fontconfig.org/release
|
2016-08-10 04:30:16 +02:00
|
|
|
FONTCONFIG_SOURCE = fontconfig-$(FONTCONFIG_VERSION).tar.bz2
|
2020-09-20 13:58:14 +02:00
|
|
|
# 0002-add-pthread-as-a-dependency-of-a-static-lib.patch
|
|
|
|
FONTCONFIG_AUTORECONF = YES
|
2013-12-05 15:04:48 +01:00
|
|
|
FONTCONFIG_INSTALL_STAGING = YES
|
2020-11-07 16:52:50 +01:00
|
|
|
FONTCONFIG_DEPENDENCIES = freetype expat host-pkgconf host-gperf \
|
2021-08-13 23:16:48 +02:00
|
|
|
$(if $(BR2_PACKAGE_UTIL_LINUX_LIBS),util-linux-libs,util-linux) \
|
|
|
|
$(TARGET_NLS_DEPENDENCIES)
|
2018-11-30 21:19:00 +01:00
|
|
|
HOST_FONTCONFIG_DEPENDENCIES = \
|
2021-08-13 23:16:48 +02:00
|
|
|
host-freetype host-expat host-pkgconf host-gperf host-util-linux \
|
|
|
|
host-gettext
|
2012-08-22 02:54:20 +02:00
|
|
|
FONTCONFIG_LICENSE = fontconfig license
|
|
|
|
FONTCONFIG_LICENSE_FILES = COPYING
|
2021-03-05 23:27:44 +01:00
|
|
|
FONTCONFIG_CPE_ID_VENDOR = fontconfig_project
|
2008-03-06 19:09:37 +01:00
|
|
|
|
2014-12-24 08:54:24 +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
|
|
|
|
2014-09-27 21:32:44 +02:00
|
|
|
HOST_FONTCONFIG_CONF_OPTS = \
|
2014-12-22 09:12:05 +01:00
|
|
|
--disable-static
|
2009-03-18 22:22:04 +01:00
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|
2012-07-03 00:06:54 +02:00
|
|
|
$(eval $(host-autotools-package))
|