ab6ce221e6
Removed patch applied upstream: https://cgit.freedesktop.org/fontconfig/commit/?id=1ab5258f7c2abfafcd63a760ca08bf93591912da We need to keep the host-gperf dependency even when upstream ships the generated file fcobjshash.gperf in its release tarball because in the next release this file is removed: https://cgit.freedesktop.org/fontconfig/commit/?id=651f1227646174b5be0186b4b6cdff3a7134d869 and is always generated during build: https://bugs.freedesktop.org/show_bug.cgi?id=101280 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
26 lines
801 B
Makefile
26 lines
801 B
Makefile
################################################################################
|
|
#
|
|
# fontconfig
|
|
#
|
|
################################################################################
|
|
|
|
FONTCONFIG_VERSION = 2.12.4
|
|
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
|
|
HOST_FONTCONFIG_DEPENDENCIES = host-freetype host-expat host-pkgconf host-gperf
|
|
FONTCONFIG_LICENSE = fontconfig license
|
|
FONTCONFIG_LICENSE_FILES = COPYING
|
|
|
|
FONTCONFIG_CONF_OPTS = \
|
|
--with-arch=$(GNU_TARGET_NAME) \
|
|
--with-cache-dir=/var/cache/fontconfig \
|
|
--disable-docs
|
|
|
|
HOST_FONTCONFIG_CONF_OPTS = \
|
|
--disable-static
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|