| Revision: | 1.1 |
| Committed: | Sat Aug 9 21:24:59 2008 UTC (4 years, 9 months ago) by thl |
| Branch: | MAIN |
| CVS Tags: | freetype-freeworld-2_3_7-2_fc11, F-12-split, freetype-freeworld-2_3_9-2_fc11, F-12-start, F-10-split, freetype-freeworld-2_3_7-1_fc10, F-11-split, freetype-freeworld-2_3_11-1_fc12, freetype-freeworld-2_3_11-2_fc12, freetype-freeworld-2_3_11-3_fc12, freetype-freeworld-2_3_9-1_fc11, freetype-freeworld-2_3_6-2_fc10, freetype-freeworld-2_3_8-1_fc11, HEAD |
| Log Message: | initial import from livna |
| Line | User | Rev | File contents |
|---|---|---|---|
| 1 | thl | 1.1 | --- freetype-2.2.1/modules.cfg.orig 2006-07-07 21:01:09.000000000 -0400 |
| 2 | +++ freetype-2.2.1/modules.cfg 2006-07-07 21:01:54.000000000 -0400 | ||
| 3 | @@ -110,7 +110,7 @@ | ||
| 4 | AUX_MODULES += cache | ||
| 5 | |||
| 6 | # TrueType GX/AAT table validation. Needs ftgxval.c below. | ||
| 7 | -# AUX_MODULES += gxvalid | ||
| 8 | +AUX_MODULES += gxvalid | ||
| 9 | |||
| 10 | # Support for streams compressed with gzip (files with suffix .gz). | ||
| 11 | # | ||
| 12 | @@ -124,7 +124,7 @@ | ||
| 13 | |||
| 14 | # OpenType table validation. Needs ftotval.c below. | ||
| 15 | # | ||
| 16 | -# AUX_MODULES += otvalid | ||
| 17 | +AUX_MODULES += otvalid | ||
| 18 | |||
| 19 | # Auxiliary PostScript driver component to share common code. | ||
| 20 | # |