From 69c50fbc49f7589aa6afcf1be00be22a78ec3daa Mon Sep 17 00:00:00 2001 From: Kevin E Martin Date: Sat, 19 Nov 2005 07:15:39 +0000 Subject: Update pkgconfig files to separate library build-time dependencies from application build-time dependencies, and update package deps to work with separate build roots. --- ChangeLog | 6 ++++++ sm.pc.in | 6 ++++-- 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 + + * sm.pc.in: + Update pkgconfig files to separate library build-time dependencies + from application build-time dependencies. + 2005-11-09 Kevin E. Martin * 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 -- cgit v1.2.3