summaryrefslogtreecommitdiff
path: root/Jamfile
diff options
context:
space:
mode:
authorsuzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>2011-01-06 11:19:50 +0900
committersuzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>2011-01-06 11:19:50 +0900
commit34f4b20a154f8f7f7ed80e3f577d49c9cdddcd26 (patch)
tree12a81bdc03a6d5722d57f990890a2145fe18977a /Jamfile
parenta399588ae26220de9b138c4b1f66f54699bbd9da (diff)
downloadfreetype2-34f4b20a154f8f7f7ed80e3f577d49c9cdddcd26.tar.gz
Update Jamfile to include Bzip2 support.
* Jamfile: Include src/bzip2 to project. Comments for lzw, gzip, bzip2 are changed to clarify that they are for compressed PCF fonts, not others. (e.g. compressed BDF fonts are not supported yet)
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Jamfile b/Jamfile
index 0ef8b6250..c7c882108 100644
--- a/Jamfile
+++ b/Jamfile
@@ -76,9 +76,10 @@ FT2_COMPONENTS ?= autofit # auto-fitter
cache # cache sub-system
cff # CFF/CEF font driver
cid # PostScript CID-keyed font driver
- gzip # support for gzip-compressed files
- lzw # support for LZW-compressed files
pcf # PCF font driver
+ bzip2 # support for bzip2-compressed PCF font
+ gzip # support for gzip-compressed PCF font
+ lzw # support for LZW-compressed PCF font
pfr # PFR/TrueDoc font driver
psaux # common PostScript routines module
pshinter # PostScript hinter module