summaryrefslogtreecommitdiff
path: root/modules.cfg
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2015-03-11 06:30:23 +0100
committerWerner Lemberg <wl@gnu.org>2015-03-11 08:45:00 +0100
commit0633995b558975fabe3082f50836b93d5077a03e (patch)
treeca75c5743d4964a8d7027aae92f4b0a312bca258 /modules.cfg
parent6b832c872d9726fd3f0979b3f95c7fa618fb50f2 (diff)
downloadfreetype2-0633995b558975fabe3082f50836b93d5077a03e.tar.gz
Rename `ftxf86.[ch]' to `ftfntfmt.[ch]'.
CMakeLists.txt, builds/amiga/makefile, builds/amiga/makefile.os4, builds/amiga/smakefile, builds/mac/FreeType.m68k_cfm.make.txt, builds/mac/FreeType.m68k_far.make.txt, builds/mac/FreeType.ppc_carbon.make.txt, builds/mac/FreeType.ppc_classic.make.txt, builds/symbian/bld.inf, builds/symbian/freetype.mmp, builds/wince/vc2005-ce/freetype.vcproj, builds/wince/vc2008-ce/freetype.vcproj, builds/windows/vc2005/freetype.vcproj, builds/windows/vc2008/freetype.vcproj, builds/windows/vc2010/freetype.vcxproj, builds/windows/vc2010/freetype.vcxproj.filters, builds/windows/visualc/freetype.dsp, builds/windows/visualc/freetype.vcproj, builds/windows/visualce/freetype.dsp, builds/windows/visualce/freetype.vcproj, docs/INSTALL.ANY, include/config/ftheader.h, include/ftfntfmt.h, modules.cfg, src/base/ftfntfmt.c, vms_make.com: Updated.
Diffstat (limited to 'modules.cfg')
-rw-r--r--modules.cfg10
1 files changed, 5 insertions, 5 deletions
diff --git a/modules.cfg b/modules.cfg
index ccb18d572..32f78c11e 100644
--- a/modules.cfg
+++ b/modules.cfg
@@ -168,6 +168,11 @@ BASE_EXTENSIONS += ftbitmap.c
# See include/ftcid.h for the API.
BASE_EXTENSIONS += ftcid.c
+# Support functions for X11.
+#
+# See include/ftfntfmt.h for the API.
+BASE_EXTENSIONS += ftfntfmt.c
+
# Access FSType information. Needs fttype1.c.
#
# See include/freetype.h for the API.
@@ -235,11 +240,6 @@ BASE_EXTENSIONS += fttype1.c
# See include/ftwinfnt.h for the API.
BASE_EXTENSIONS += ftwinfnt.c
-# Support functions for X11.
-#
-# See include/ftxf86.h for the API.
-BASE_EXTENSIONS += ftxf86.c
-
####
#### The components `ftsystem.c' (for memory allocation and stream I/O
#### management) and `ftdebug.c' (for emitting debug messages to the user)