summaryrefslogtreecommitdiff
path: root/modules.cfg
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2007-01-13 08:45:00 +0000
committerWerner Lemberg <wl@gnu.org>2007-01-13 08:45:00 +0000
commit23df31adcc598c4da75ea6ed3cf11bd95a6e3ba9 (patch)
treef973cd7a00d89572c8f9b05f9c8fea147fe9e17e /modules.cfg
parent27cf9de104bf341e38d90df30bfbfde3dad608c4 (diff)
downloadfreetype2-23df31adcc598c4da75ea6ed3cf11bd95a6e3ba9.tar.gz
* src/base/ftoutln.c (FT_Outline_Get_Orientation): Fix compilation
with C++ compiler. * src/autofit/afhints.c (af_glyph_hints_dump_segments, af_glyph_hints_dump_edges): Ditto. * src/base/rules.mk (BASE_SRC): Remove ftgasp.c (it's already in `modules.cfg'). * src/sfnt/ttsbit0.h: Remove. * src/sfnt/rules.mk (SFNT_DRV_SRC): Don't include ttsbit0.c.
Diffstat (limited to 'modules.cfg')
-rw-r--r--modules.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules.cfg b/modules.cfg
index 6f1d084b3..a05ecb19e 100644
--- a/modules.cfg
+++ b/modules.cfg
@@ -211,14 +211,14 @@ BASE_EXTENSIONS += ftwinfnt.c
# See include/freetype/ftxf86.h for the API.
BASE_EXTENSIONS += ftxf86.c
-# Support for LCD color filtering of subpixel bitmaps
+# Support for LCD color filtering of subpixel bitmaps.
#
# See include/freetype/ftlcdfil.h for the API.
BASE_EXTENSIONS += ftlcdfil.c
-# Support for GASP table queries
+# Support for GASP table queries.
#
-# See include/freetype/ftgasp.h for the API
+# See include/freetype/ftgasp.h for the API.
BASE_EXTENSIONS += ftgasp.c
####