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
commit69c50fbc49f7589aa6afcf1be00be22a78ec3daa (patch)
treec160dfe8c4b1eeff4003fc7e8d911ba1b3a3aa88
parentdea915c93437443b6bd4933263df44e734e40320 (diff)
downloadxorg-lib-libSM-69c50fbc49f7589aa6afcf1be00be22a78ec3daa.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--sm.pc.in6
2 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4eba17e..1a57084 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * sm.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/sm.pc.in b/sm.pc.in
index 10f8a1c..ab1261e 100644
--- a/sm.pc.in
+++ b/sm.pc.in
@@ -6,5 +6,7 @@ includedir=@includedir@
Name: SM
Description: X Session Management Library
Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lSM @SM_LIBS@
-Cflags: -I${includedir} @SM_CFLAGS@
+Requires: ice xproto
+Requires.private: ice
+Cflags: -I${includedir}
+Libs: -L${libdir} -lSM