diff options
author | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:43 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:43 +0000 |
commit | 2533120c26185990d326fa14c92383f85239f3b7 (patch) | |
tree | 0b337597a7f0f87f7a136ffe556075afc7cf255f | |
parent | 3f332f9af360cd42f5ff1b6f16ac64f7d146ff34 (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-- | xt.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> + + * xt.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: Xt Description: X Toolkit Library Version: @VERSION@ -Cflags: -I${includedir} @XT_CFLAGS@ -Libs: -L${libdir} -lXt @XT_LIBS@ +Requires: xproto x11 sm +Requires.private: x11 sm +Cflags: -I${includedir} +Libs: -L${libdir} -lXt |