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-lang/Makefile.am | |
parent | 0aa5fbaa0df9d6c7bee8e0839dd443de9c48a402 (diff) |
Remove freetype requirement for build-time applications.
This avoids requiring the freetype development files when cross compiling
Diffstat (limited to 'fc-lang/Makefile.am')
-rw-r--r-- | fc-lang/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fc-lang/Makefile.am b/fc-lang/Makefile.am index f152ab5f..60e4f318 100644 --- a/fc-lang/Makefile.am +++ b/fc-lang/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=fclang.tmpl.h STMPL=${top_srcdir}/fc-lang/fclang.tmpl.h |