aboutsummaryrefslogtreecommitdiff
path: root/libs/freetype
Commit message (Collapse)AuthorAge
* libfreetype: update to FreeType 2.9Val Kulkov2018-01-15
| | | | | | Update to the latest version from upstream. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* libfreetype: restore host buildVal Kulkov2017-11-20
| | | | | | | | | | | Restore host building on request from a user. Apparently, packages outside of openwrt/packages feed rely on Freetype 2 building on host. While at it, remove sed-editing of freetype-config that is no longer necessary. The current version of freetype-config correctly identifies prefix, exec_prefix, includedir and libdir. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* libfreetype: update to 2.8.1, fix host install issueVal Kulkov2017-11-14
| | | | | | | | | This commit updates Freetype 2 to the latest upstream version and fixes the issue where freetype-config was incorrectly installed into the host, rather than the target, staging directory, therefore causing compilation issues with other packages that depend on libfreetype. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* libfreetype: bump up to the latest version v.2.7.1Val Kulkov2017-04-17
| | | | | | Update the freetype font library to v.2.7.1. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* freetype: bump to version 2.7Mirko Vogt2017-01-23
|
* freetype: -config & .pc files cleanup & fixesNicolas Thill2015-08-04
| | | | | | Fix libdir as well in freetype-config, merge both freetype2.pc fixes into a single one Signed-off-by: Nicolas Thill <nico@openwrt.org>
* freetype: fix include path for cross-compilationPaul Fertser2015-07-19
| | | | Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* freetype: fix pkgconfig fileNicolas Thill2015-02-02
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* freetype: bump to 2.5.5Nicolas Thill2015-01-09
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* Revert #325: freetype: install ft2build.h - already in include/freetyp2 ↵Ted Hess2014-09-20
| | | | | | directory Signed-off-by: Ted Hess <thess@kitschensync.net>
* freetype: install ft2build.hAlexandru Ardelean2014-09-19
| | | | | | | Required for splashutils. May be required for other programs too. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* freetype: import from old packages feedNicolas Thill2014-08-20
- update to latest version (v2.5.3) - add license info - add myself as maintainer Signed-off-by: Nicolas Thill <nico@openwrt.org>