summaryrefslogtreecommitdiff
path: root/modules.cfg
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2018-03-05 20:45:12 +0100
committerWerner Lemberg <wl@gnu.org>2018-03-05 20:45:12 +0100
commitf4a3531655cc6f9b8c1c8b5f4dc097111d672304 (patch)
treee45c76418cdb32a6648c94af4c8426802189c44e /modules.cfg
parent5955b77b1dee4363cdd047eb06a701b1cb8fd395 (diff)
downloadfreetype2-f4a3531655cc6f9b8c1c8b5f4dc097111d672304.tar.gz
Make `ftfntfmt.c' part of the `base' module.
`ftobjs.c' needs `FT_Get_Font_Format'. Problem reported by duhuanpeng <548708880@qq.com>. * modules.cfg (BASE_EXTENSIONS): Don't include `ftfntfmt.c'. * src/base/ftbase.c: Include `ftfntfmt.c'. * src/base/rules.mk (BASE_SRC): Add `ftfntfmt.c'. * src/base/Jamfile (_sources): Adjusted. * docs/INSTALL.ANY: Updated.
Diffstat (limited to 'modules.cfg')
-rw-r--r--modules.cfg5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules.cfg b/modules.cfg
index 6ce0f3edb..25bf9ffa5 100644
--- a/modules.cfg
+++ b/modules.cfg
@@ -183,11 +183,6 @@ BASE_EXTENSIONS += ftbitmap.c
# See include/freetype/ftcid.h for the API.
BASE_EXTENSIONS += ftcid.c
-# Support functions for font formats.
-#
-# See include/freetype/ftfntfmt.h for the API.
-BASE_EXTENSIONS += ftfntfmt.c
-
# Access FSType information. Needs fttype1.c.
#
# See include/freetype/freetype.h for the API.