summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-06-27 16:09:13 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-06-27 16:09:13 +0000
commit34b8dba0730571a601fd909569d46812d20471e0 (patch)
tree4dc390708d0d1a27cb9115b01a0674a92bed998d
parentef6aaa622cb593b7ec8dcadd9b5cc406b392670e (diff)
downloadxorg-lib-libXp-34b8dba0730571a601fd909569d46812d20471e0.tar.gz
- Remove fontenc from Xfont
- Add a dependency from Xfont on libfontenc - Add build system for lib/fontenc - xc/lib/font: Change #include "fontenc.h" to #include <X11/fonts/fontenc.h> in some places. - Remove dpsinfo and dpsexec from the app section of symlink.sh - Fix xp.pc.in to add XPRINT_LIBS/CFLAGS instead of X_LIBS/CFLAGS
-rw-r--r--xp.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/xp.pc.in b/xp.pc.in
index a725825..988b148 100644
--- a/xp.pc.in
+++ b/xp.pc.in
@@ -6,5 +6,5 @@ includedir=@includedir@
Name: Xp
Description: X Print Library
Version: @PACKAGE_VERSION@
-Cflags: -I${includedir} @X_CFLAGS@
-Libs: -L${libdir} -lXp @X_LIBS@
+Cflags: -I${includedir} @XPRINT_CFLAGS@
+Libs: -L${libdir} -lXp @XPRINT_LIBS@