summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-07-02 18:02:19 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-07-02 18:02:19 +0000
commit6abcfa406de44d726f550fe7e9b04e4168fce265 (patch)
tree3ff25b77d69a91f5d9d588bb6c25ef613341dff3
parent58edcd0de115e23030955493e88afb25b57668e9 (diff)
Remove -I${includedir}/X11/fonts from CFLAGS.
-rw-r--r--ChangeLog5
-rw-r--r--xfont.pc.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ec5f796..b8e9d79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-03 Daniel Stone <daniel@freedesktop.org>
+
+ * xfont.pc.in:
+ Remove -I${includedir}/X11/fonts from xfont.pc.in CFLAGS.
+
2005-07-02 Daniel Stone <daniel@freedesktop.org>
* configure.ac:
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}