Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_FONTCONFIG
|
||||
bool "fontconfig"
|
||||
select BR2_PACKAGE_FREETYPE
|
||||
select BR2_PACKAGE_EXPAT
|
||||
help
|
||||
Fontconfig is a library for configuring and customizing font access.
|
||||
|
||||
http://www.fontconfig.org/
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://lists.freedesktop.org/archives/fontconfig/2014-March/005167.html
|
||||
sha256 b6b066c7dce3f436fdc0dfbae9d36122b38094f4f53bd8dffd45e195b0540d8d fontconfig-2.11.1.tar.gz
|
||||
@@ -0,0 +1,23 @@
|
||||
################################################################################
|
||||
#
|
||||
# fontconfig
|
||||
#
|
||||
################################################################################
|
||||
|
||||
FONTCONFIG_VERSION = 2.11.1
|
||||
FONTCONFIG_SITE = http://fontconfig.org/release
|
||||
FONTCONFIG_INSTALL_STAGING = YES
|
||||
FONTCONFIG_DEPENDENCIES = freetype expat host-pkgconf
|
||||
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))
|
||||
Reference in New Issue
Block a user