summaryrefslogtreecommitdiff
path: root/scripts/freetype
AgeCommit message (Collapse)Author
2018-04-26Clean up and simplify makefiles.Tor Andersson
* Use autogenerated header file dependencies. * Use mkdir to create target output directory directly.
2017-08-15Revert "Disable freetype stream support, avoiding FILE interface."Sebastian Rasmussen
While MuPDF itself doesn't rely on stream support, applications may use Freetype built for MuPDF to load fonts for non-MuPDF related uses. This use was overlooked and caused problems for llpp. Thanks to Tuncer and _malc for reporting this.
2017-08-07Disable freetype stream support, avoiding FILE interface.Sebastian Rasmussen
2016-03-21Update freetype to version 2.6.3.Tor Andersson
2015-10-06Update freetype submodule to version 2.6.1.Tor Andersson
2015-03-16switch to VER-2-5-5 of freetype.fredrossperry
2013-11-28Put thirdparty config headers in separate directories.Tor Andersson
Only -I the config header directory if building the thirdparty library, not if using the system library. Fix bug 694808.