summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-19 07:15:44 +0000
committerKevin E Martin <kem@kem.org>2005-11-19 07:15:44 +0000
commitc2e139f8726cde5bbae609865b609f087b3f651b (patch)
tree8a7f2b42883fc723c410e9f23e7d54892a8e7b73
parent21b115927640683b90fc1304f7b921da51aabf64 (diff)
Update pkgconfig files to separate library build-time dependencies from
application build-time dependencies, and update package deps to work with separate build roots.
-rw-r--r--ChangeLog6
-rw-r--r--fontenc.pc.in5
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ab6822..b790016 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * fontenc.pc.in:
+ Update pkgconfig files to separate library build-time dependencies
+ from application build-time dependencies.
+
2005-11-09 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
diff --git a/fontenc.pc.in b/fontenc.pc.in
index b23e406..1be100f 100644
--- a/fontenc.pc.in
+++ b/fontenc.pc.in
@@ -6,6 +6,5 @@ includedir=@includedir@
Name: fontenc
Description: The fontenc Library
Version: @PACKAGE_VERSION@
-Cflags: -I${includedir} @FONTENC_CFLAGS@
-Libs: -L${libdir} -lfontenc @FONTENC_LIBS@
-
+Cflags: -I${includedir}
+Libs: -L${libdir} -lfontenc