aboutsummaryrefslogtreecommitdiff
path: root/libs/freetype/patches
Commit message (Collapse)AuthorAge
* freetype: update to 2.11.0Rosen Penev2021-09-25
| | | | | | | | Remove upstreamed patches. Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* freetype: meson.build: Fix .pc file generationBernd Kuhls2021-03-13
| | | | | | | | | | | | Fixes error when building fontconfig: checking for FREETYPE... no configure: error: Package requirements (freetype2 >= 21.0.15) were not met: Package dependency requirement 'freetype2 >= 21.0.15' could not be satisfied. Package 'freetype2' has version '6.17.4', required version is '>= 21.0.15' Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
* freetype: switch to mesonRosen Penev2021-03-05
Meson configures and builds faster. It's also simpler. Backport upstream patch fixing compilation without harfbuzz and brotli. Added distutils patch for some debian systems. Signed-off-by: Rosen Penev <rosenp@gmail.com>