From a0dc7d02bfcaea8c8a60dcbd00795999bd7f8e0a Mon Sep 17 00:00:00 2001 From: Kevin E Martin Date: Sun, 3 Jul 2005 21:43:32 +0000 Subject: Undo previous change to add ${includedir}/X11/fonts to CFLAGS. Instead, require all apps to include font headers explicitly -- i.e., from instead of "*.h" or <*.h>. --- ChangeLog | 7 +++++++ xfont.pc.in | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cf8c413..8f0626d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-07-03 Kevin E. Martin + + * xfont.pc.in: + Undo previous change to add ${includedir}/X11/fonts to CFLAGS. + Instead, require all apps to include font headers explicitly -- + i.e., from instead of "*.h" or <*.h>. + 2005-07-03 Kevin E. Martin * src/Type1/Makefile.am: diff --git a/xfont.pc.in b/xfont.pc.in index e1c4dd9..6b70a1b 100644 --- a/xfont.pc.in +++ b/xfont.pc.in @@ -10,5 +10,5 @@ freetypecflags=@FREETYPE_CFLAGS@ Name: Xfont Description: X font Library Version: @VERSION@ -Cflags: -I${includedir} -I${includedir}/X11/fonts ${freetypecflags} +Cflags: -I${includedir} ${freetypecflags} Libs: -L${libdir} -lXfont ${freetypelibs} ${mathlibs} ${zlibs} -- cgit v1.2.1