| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
Add sysprof tracing support
See merge request GNOME/pango!227
|
| |
| |
| |
| |
| | |
Add support for adding sysprof marks.
Strongly inspired by equivalent GLib support.
|
|/
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
harfbuzz master has meson support now. The fallback code is already
in the pango meson code, so this is all that is needed.
|
|
|
|
|
|
|
|
|
| |
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>
|
|
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.
|