mirror of
git://git.sv.nongnu.org/freetype/freetype2.git
synced 2026-01-19 04:52:09 +00:00
[cff] Fix segfault on missing `psaux' (#52218)
* src/cff/cffload.c (cff_done_blend): Add a check for possible nullptr. * modules.cfg: Update dependency list.
This commit is contained in:
@@ -42,7 +42,7 @@ FONT_MODULES += type1
|
||||
|
||||
# CFF/OpenType font driver.
|
||||
#
|
||||
# This driver needs the `sfnt', `pshinter', and `psnames' modules.
|
||||
# This driver needs the `sfnt', `psaux', `pshinter', and `psnames' modules.
|
||||
FONT_MODULES += cff
|
||||
|
||||
# Type 1 CID-keyed font driver.
|
||||
|
||||
Reference in New Issue
Block a user