diff options
author | Kevin E Martin <kem@kem.org> | 2005-07-03 21:43:32 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-07-03 21:43:32 +0000 |
commit | a0dc7d02bfcaea8c8a60dcbd00795999bd7f8e0a (patch) | |
tree | 87d4391d72de343e90e13aeea8e42988491e1420 /xfont.pc.in | |
parent | b15a03de6b1897d7c8292e154d0e927f43e3cde0 (diff) |
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>.
Diffstat (limited to 'xfont.pc.in')
-rw-r--r-- | xfont.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
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} |