Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | harfbuzz: depend on glib-2.0-native | Petr Kubizňák | 2023-04-03 | 1 | -0/+2 |
| | | | | | | | | | | | When gobject-introspection feature is disabled, glib-2.0-native package dependency is not pulled in but harfbuzz has a hard dependency on it (do_configure fails due to missing glib-mkenums). (From OE-Core rev: 77e6edba704873d21c2cf946d1be18e13abb9f5e) Signed-off-by: Petr Kubizňák <kubiznak@2n.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | ||||
* | harfbuzz: upgrade 7.0.1 -> 7.1.0 | Wang Mingyu | 2023-03-06 | 1 | -0/+45 |
Changelog: ============= - New experimental hb_shape_justify() API that uses font variations to expand or shrink the text to a given advance. - Various build and bug fixes. - New API:+hb_font_set_variation() (From OE-Core rev: 89882d8028ed823617792fdc632d7376e7320aa3) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |