diff options
author | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:39 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:39 +0000 |
commit | a15b179f2e8e359161d9133bac58dde57b7e78ae (patch) | |
tree | 79bf17587b3c1361a6ce49f4e02eb0bb195dc868 | |
parent | c386a08047582240adefafd3afc062e52fccae6f (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-- | ChangeLog | 6 | ||||
-rw-r--r-- | ice.pc.in | 5 |
2 files changed, 9 insertions, 2 deletions
@@ -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: @@ -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 |