summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-19 07:15:39 +0000
committerKevin E Martin <kem@kem.org>2005-11-19 07:15:39 +0000
commita15b179f2e8e359161d9133bac58dde57b7e78ae (patch)
tree79bf17587b3c1361a6ce49f4e02eb0bb195dc868
parentc386a08047582240adefafd3afc062e52fccae6f (diff)
downloadxorg-lib-libICE-a15b179f2e8e359161d9133bac58dde57b7e78ae.tar.gz
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--ice.pc.in5
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ca2fef..03b8c36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * ice.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/ice.pc.in b/ice.pc.in
index 3c8ee84..b96c9f8 100644
--- a/ice.pc.in
+++ b/ice.pc.in
@@ -6,5 +6,6 @@ includedir=@includedir@
Name: ICE
Description: X Inter Client Exchange Library
Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lICE @ICE_LIBS@
-Cflags: -I${includedir} @ICE_CFLAGS@
+Requires: xproto
+Cflags: -I${includedir}
+Libs: -L${libdir} -lICE