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 | 69c50fbc49f7589aa6afcf1be00be22a78ec3daa (patch) | |
tree | c160dfe8c4b1eeff4003fc7e8d911ba1b3a3aa88 | |
parent | dea915c93437443b6bd4933263df44e734e40320 (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-- | sm.pc.in | 6 |
2 files changed, 10 insertions, 2 deletions
@@ -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: @@ -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 |