summaryrefslogtreecommitdiff
path: root/fc-glyphname
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2008-01-02 08:47:14 -0800
committerKeith Packard <keithp@keithp.com>2008-01-02 08:47:14 -0800
commitdbd065ad312921308add99fc4cb31457d9045e6a (patch)
tree9afd24c2e4d857a2435cae474033022c9c605900 /fc-glyphname
parent0aa5fbaa0df9d6c7bee8e0839dd443de9c48a402 (diff)
Remove freetype requirement for build-time applications.
This avoids requiring the freetype development files when cross compiling
Diffstat (limited to 'fc-glyphname')
-rw-r--r--fc-glyphname/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/fc-glyphname/Makefile.am b/fc-glyphname/Makefile.am
index 8aa5ead..412d663 100644
--- a/fc-glyphname/Makefile.am
+++ b/fc-glyphname/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=fcglyphname.tmpl.h
STMPL=${top_srcdir}/fc-glyphname/${TMPL}