updated freetype to 2.2.1, tested ok, please forgive me for possible left issues :)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17933 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2006-06-27 11:34:35 +00:00
parent 3f990ca3cc
commit 4894b87045
309 changed files with 17707 additions and 32396 deletions
+2 -2
View File
@@ -8,7 +8,6 @@ FT2_SRC = [ FDirName $(HAIKU_TOP) src libs freetype2 ] ;
FT2_LIB = freetype ;
FT2_COMPONENTS ?= gzip # support for gzip-compressed files.
autohint # auto-hinter
autofit
base # base component (public APIs)
bdf # BDF font driver
@@ -16,7 +15,6 @@ FT2_COMPONENTS ?= gzip # support for gzip-compressed files.
cff # CFF/CEF font driver
cid # Postscript CID-keyed font driver
lzw # LZW routines
otvalid
pcf # PCF font driver
pfr # PFR/TrueDoc font driver
psaux # Common Postscript routines module
@@ -65,6 +63,8 @@ rule FT2_Library
# <libname> The name of the library.
# <sources> The sources.
DEFINES += FT2_BUILD_LIBRARY ;
local library = lib$(1).so ;
local sources = $(2) ;