summaryrefslogtreecommitdiff
path: root/xfont.pc.in
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-07-02 21:39:23 +0000
committerKevin E Martin <kem@kem.org>2005-07-02 21:39:23 +0000
commit69ee19fc4131ce168c9bad2602ff2da176a86715 (patch)
tree961c35003a0d51f5f055989183634f9917c07831 /xfont.pc.in
parent0ea9f882abb9ad56de2bb8b569e21728e13a1ea7 (diff)
Make headers needed by bdftopcf public
Set CFLAGS to make public interface actually public Fix distcheck problem
Diffstat (limited to 'xfont.pc.in')
-rw-r--r--xfont.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfont.pc.in b/xfont.pc.in
index 6b70a1b..e1c4dd9 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} ${freetypecflags}
+Cflags: -I${includedir} -I${includedir}/X11/fonts ${freetypecflags}
Libs: -L${libdir} -lXfont ${freetypelibs} ${mathlibs} ${zlibs}