summaryrefslogtreecommitdiff
path: root/Jamfile
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2005-03-22 22:10:45 +0000
committerDavid Turner <david@freetype.org>2005-03-22 22:10:45 +0000
commit665279f0d578f00f83e3d20ff7bebe8f4f70c324 (patch)
treefc0c7a62f106d8b4e2b617a124e99e8dc6a69acd /Jamfile
parentebf5585dd09c44c8bb94d955c28c85e4952045de (diff)
downloadfreetype2-665279f0d578f00f83e3d20ff7bebe8f4f70c324.tar.gz
removing the 'autohint' module from the library, since it is
now replaced by 'autofit'
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Jamfile b/Jamfile
index 4877a6ee9..4d8c487c6 100644
--- a/Jamfile
+++ b/Jamfile
@@ -62,7 +62,6 @@ FT2_BUILD_INCLUDE ?= ;
# if you modify this list or provide your own.
#
FT2_COMPONENTS ?= autofit # auto-fitter
- autohint # auto-hinter
base # base component (public APIs)
bdf # BDF font driver
cache # cache sub-system