summaryrefslogtreecommitdiff
path: root/src/FreeType
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2005-07-09 23:15:37 +0000
committerKeith Packard <keithp@keithp.com>2005-07-09 23:15:37 +0000
commit99cde389c331616f22dd6aab395c488f3a798e2e (patch)
treef14c0b106882065b69a55acf1c31d9bb922a8a24 /src/FreeType
parent3c4ac0b9f5b7aced60a763bcaca7b32cd53a7fec (diff)
downloadxorg-lib-libXfont-99cde389c331616f22dd6aab395c488f3a798e2e.tar.gz
Rearrange configuration options so that individual font file formats drive
combined options, and so that the default matches the monolithic defaults Extent fontconf.h to cover all formats Typo in src/Makefile.am failed to link in Type1 library Missing xttcap.c from FreeType shim library.
Diffstat (limited to 'src/FreeType')
-rw-r--r--src/FreeType/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/FreeType/Makefile.am b/src/FreeType/Makefile.am
index e199c2f..9198c43 100644
--- a/src/FreeType/Makefile.am
+++ b/src/FreeType/Makefile.am
@@ -10,4 +10,5 @@ libft_la_SOURCES = \
ftfuncs.h \
ftenc.c \
ftfuncs.c \
- fttools.c
+ fttools.c \
+ xttcap.c