summaryrefslogtreecommitdiff
path: root/modules.cfg
diff options
context:
space:
mode:
authorEwald Hew <ewaldhew@gmail.com>2017-10-16 11:48:31 +0800
committerEwald Hew <ewaldhew@gmail.com>2017-10-16 19:17:30 +0800
commit94f6d57a4c4264e59493ccdf9b8cef92600c0c25 (patch)
tree4dde81b10a8974a0c4ad00bf6a4129a76e057343 /modules.cfg
parentccb0f7998da38aeb5cb353a6f9656f9846a397f4 (diff)
downloadfreetype2-94f6d57a4c4264e59493ccdf9b8cef92600c0c25.tar.gz
[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.
Diffstat (limited to 'modules.cfg')
-rw-r--r--modules.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.cfg b/modules.cfg
index 517111efe..56a2340e5 100644
--- a/modules.cfg
+++ b/modules.cfg
@@ -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.