diff options
author | Keith Packard <keithp@keithp.com> | 2008-01-02 08:47:14 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2008-01-02 08:47:14 -0800 |
commit | dbd065ad312921308add99fc4cb31457d9045e6a (patch) | |
tree | 9afd24c2e4d857a2435cae474033022c9c605900 /fc-case | |
parent | 0aa5fbaa0df9d6c7bee8e0839dd443de9c48a402 (diff) |
Remove freetype requirement for build-time applications.
This avoids requiring the freetype development files when cross compiling
Diffstat (limited to 'fc-case')
-rw-r--r-- | fc-case/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fc-case/Makefile.am b/fc-case/Makefile.am index 83ca2de6..d4fa12d8 100644 --- a/fc-case/Makefile.am +++ b/fc-case/Makefile.am @@ -26,7 +26,7 @@ CC = @CC_FOR_BUILD@ EXEEXT = @EXEEXT_FOR_BUILD@ LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -INCLUDES=-I${top_srcdir}/src -I${top_srcdir} $(FREETYPE_CFLAGS) $(WARN_CFLAGS) +INCLUDES=-I${top_srcdir}/src -I${top_srcdir} $(WARN_CFLAGS) TMPL=fccase.tmpl.h STMPL=${top_srcdir}/fc-case/${TMPL} |