summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--xfont.pc.in2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cf8c413..8f0626d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2005-07-03 Kevin E. Martin <kem-at-freedesktop-dot-org>
+ * 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 <X11/fonts/*.h> instead of "*.h" or <*.h>.
+
+2005-07-03 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
* src/Type1/Makefile.am:
* src/bitmap/Makefile.am:
* src/builtins/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}