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 | 1d76bb2d8bb23d91a64c23923fc819af0badb57b (patch) | |
tree | 31004d7e07b6f7458134635c662c4f74d0bce0a2 | |
parent | 3e0b2a05fcfb60561402b46318bd152b466509f9 (diff) | |
download | xorg-lib-libXtst-1d76bb2d8bb23d91a64c23923fc819af0badb57b.tar.gz |
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-- | xtst.pc.in | 7 |
2 files changed, 10 insertions, 3 deletions
@@ -1,3 +1,9 @@ +2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org> + + * xtst.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,6 +6,7 @@ includedir=@includedir@ Name: Xtst Description: The Xtst Library Version: @PACKAGE_VERSION@ -Cflags: -I${includedir} @XTST_CFLAGS@ -Libs: -L${libdir} -lXtst @XTST_LIBS@ - +Requires: recordproto +Requires.private: x11 xext +Cflags: -I${includedir} +Libs: -L${libdir} -lXtst |