summaryrefslogtreecommitdiff
path: root/modules.cfg
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2006-09-27 08:45:49 +0000
committerDavid Turner <david@freetype.org>2006-09-27 08:45:49 +0000
commit87e4b339a3782f1e5dd230e4cdcd393441fc4891 (patch)
tree7e96477b24113087093f4a512cb00f5328b08c6b /modules.cfg
parent26bb2e27d1bd4d754833e803d6084d2b6aae1de5 (diff)
downloadfreetype2-87e4b339a3782f1e5dd230e4cdcd393441fc4891.tar.gz
* modules.cfg: adding ftlcdfil.c to the list of default base
extensions
Diffstat (limited to 'modules.cfg')
-rw-r--r--modules.cfg7
1 files changed, 6 insertions, 1 deletions
diff --git a/modules.cfg b/modules.cfg
index 85ffac9a5..995f40bf6 100644
--- a/modules.cfg
+++ b/modules.cfg
@@ -155,7 +155,7 @@ BASE_EXTENSIONS += ftbdf.c
# Utility functions for converting 1bpp, 2bpp, 4bpp, and 8bpp bitmaps into
# 8bpp format, and for emboldening of bitmap glyphs..
#
-# See include/freetype/ftbitmap.h for the API.
+# See include/freetype/ftbitmap.h for the API.
BASE_EXTENSIONS += ftbitmap.c
# Convenience functions to handle glyphs.
@@ -211,6 +211,11 @@ BASE_EXTENSIONS += ftwinfnt.c
# See include/freetype/ftxf86.h for the API.
BASE_EXTENSIONS += ftxf86.c
+# Support for LCD color filtering of subpixel bitmaps
+#
+# See include/freetype/ftlcdfil.h for the API.
+BASE_EXTENSIONS += ftlcdfil.c
+
####
#### The components `ftsystem.c' (for memory allocation and stream I/O