summaryrefslogtreecommitdiff
path: root/modules.cfg
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2018-03-05 23:37:17 +0100
committerWerner Lemberg <wl@gnu.org>2018-03-05 23:37:17 +0100
commit733a21bdbc9516ccf47b9b20d3a39d069a4cdc82 (patch)
treebcc3f4acdba441b34a8ef576de5c823c8096223b /modules.cfg
parentf4a3531655cc6f9b8c1c8b5f4dc097111d672304 (diff)
downloadfreetype2-733a21bdbc9516ccf47b9b20d3a39d069a4cdc82.tar.gz
Make `ftlcdfil.c' part of the `base' module.
`ftobjs.c' needs `ft_lcd_padding'. Problem reported by duhuanpeng <548708880@qq.com>. * modules.cfg (BASE_EXTENSIONS): Don't include `ftlcdfil.c'. * src/base/ftbase.c: Include `ftlcdfil.c'. * src/base/rules.mk (BASE_SRC): Add `ftlcdfil.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 25bf9ffa5..702cf9913 100644
--- a/modules.cfg
+++ b/modules.cfg
@@ -203,11 +203,6 @@ BASE_EXTENSIONS += ftglyph.c
# See include/freetype/ftgxval.h for the API.
BASE_EXTENSIONS += ftgxval.c
-# Support for LCD color filtering of subpixel bitmaps.
-#
-# See include/freetype/ftlcdfil.h for the API.
-BASE_EXTENSIONS += ftlcdfil.c
-
# Multiple Master font interface.
#
# See include/freetype/ftmm.h for the API.