| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
GLib upstream has renamed its `master` branch to `main`.
See https://gitlab.gnome.org/GNOME/glib/-/issues/2348.
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
|
|
|
|
| |
harfbuzz master got renamed to main.
|
|
|
|
|
| |
The section in meson wrap files is called [provide],
not [provides].
|
|
|
|
| |
Do not use my personal workspace.
|
|
|
|
| |
Its in main now.
|
|
|
|
|
| |
While we're developing gi-docgen it's better to have it as part
of our build.
|
|
|
|
| |
The MacOS build fix has been merged in cairo.
|
| |
|
|
|
|
| |
This uses a branch with MacOS build fixes.
|
|
|
|
|
| |
The freeetype2 version from wrapdb was 2.9.1 but the github branch has
22.1.16. Harfbuzz requires the latter.
|
|\
| |
| |
| |
| | |
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.
|