summaryrefslogtreecommitdiff
path: root/subprojects
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'sysprof-tracing' into 'master'Matthias Clasen2020-08-191-0/+5
|\ | | | | | | | | Add sysprof tracing support See merge request GNOME/pango!227
| * Add sysprof tracing supportMatthias Clasen2020-08-191-0/+5
| | | | | | | | | | Add support for adding sysprof marks. Strongly inspired by equivalent GLib support.
* | ci: Limit depth of subprojects when cloningMatthias Clasen2020-08-194-0/+5
|/ | | | | | | 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.
* build: add a wrap file for harfbuzzChristoph Reiter2020-04-181-0/+5
| | | | | harfbuzz master has meson support now. The fallback code is already in the pango meson code, so this is all that is needed.
* 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>
* meson: Add subproject fallbacks for most dependenciesNirbheek Chauhan2018-10-122-0/+10
glib, fribidi, harfbuzz, fontconfig, freetype, cairo + small fixes when building as a subproject Only fribidi and glib have been added as wraps because the rest are not upstream yet and can be found at: https://github.com/centricular/harfbuzz https://github.com/centricular/fontconfig https://github.com/centricular/cairo https://github.com/centricular/freetype2 They need testing on non-Linux platforms.