summaryrefslogtreecommitdiff
path: root/subprojects/freetype2.wrap
Commit message (Collapse)AuthorAgeFilesLines
* Meson: Use latest freetype2 subprojectXavier Claessens2020-09-291-11/+5
| | | | | The freeetype2 version from wrapdb was 2.9.1 but the github branch has 22.1.16. Harfbuzz requires the latter.
* ci: Limit depth of subprojects when cloningMatthias Clasen2020-08-191-0/+2
| | | | | | | Use the depth= argument from Meson 0.52 to limit the clone depth of subprojects to 1. This should make the CI images a little smaller, and reduce the bandwidth required to build them.
* meson: Add freetype2 wrap fileNicholas Harvey2019-07-281-0/+10
The freetype2.wrap file was downloaded using "meson wrap install freetype2". This adds a wrap dependency that had already been declared in meson.build as a fallback for freetype2. Signed-off-by: Nicholas Harvey <727-FrostyPenguin@users.noreply.gitlab.gnome.org>