|
31e099fd
|
2023-02-11T22:21:53
|
|
[meson] Update Cairo subproject
|
|
4a632dec
|
2023-01-26T13:19:50
|
|
build: Bump to newer cairo
|
|
67e652cd
|
2023-01-21T15:57:13
|
|
[meson] Update Cairo subproject
|
|
5d81fc0f
|
2022-03-23T06:07:15
|
|
[meson] Update Cairo subproject
Update to the latest master to get color fonts working. Disable dwrite
on Windows builds as it does not compile and we don’t need it.
|
|
c8b6036c
|
2022-02-14T02:17:38
|
|
[meson] Update Cairo subproject
Fixes another color fonts issue.
|
|
2da6accd
|
2022-02-12T01:14:15
|
|
[meson] Update cairo submodule
To include the latest color glyph fixes
|
|
74ebfc64
|
2022-02-08T22:44:11
|
|
[meson] Update cairo subproject
Update to the current master branch so that is has
cairo_user_font_face_set_render_color_glyph_func().
I had to disable optimized builds on win[32|64] crossbuild setups
because they are now broken in the CI (something about cairo defining
_FORTIFY_SOURCE for optimized builds that MingW does not like).
|
|
726b1a8b
|
2022-01-13T18:30:52
|
|
Convert fallback kwargs to [provide] entries.
|
|
6a140ef5
|
2021-01-17T22:48:50
|
|
[meson] Pin Cairo subproject 1.17.4
There is now a release with meson build support.
|
|
e2ba0e00
|
2020-10-03T21:34:24
|
|
meson: Fix check for cairo and cairo-ft dependencies
When cairo comes from a subproject fallback it should still take
cairo-ft dependency, otherwise it miss freetype2 cflags.
Also update wrap file to use upstream repository now that meson support
has been merged.
This requires Meson >= 0.54.0 because cairo itself requires that version
and we use the new `fallback: 'cairo'` syntax without specifying a
variable name because cairo does not provide a variable name for
cairo-ft.
|
|
aa8bade9
|
2020-07-01T01:30:13
|
|
[meson] enable cairo as subproject
|