From a15b179f2e8e359161d9133bac58dde57b7e78ae 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 ++++++ ice.pc.in | 5 +++-- 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 + + * ice.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/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 -- cgit v1.2.3