diff options
author | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:41 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:41 +0000 |
commit | d1078682cc64b0a669c6180839efd8a137b90d13 (patch) | |
tree | 35c927d4aeb3b6aa244420ec172e62b2d3406fd5 | |
parent | 0af77179518266232a5e3b10f180325a21dd3343 (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-- | xinerama.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> + + * xinerama.pc.in: + Update pkgconfig files to separate library build-time dependencies + from application build-time dependencies. + 2005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org> * configure.ac: diff --git a/xinerama.pc.in b/xinerama.pc.in index 5fe10fd..a2ffe1b 100644 --- a/xinerama.pc.in +++ b/xinerama.pc.in @@ -6,6 +6,7 @@ includedir=@includedir@ Name: Xinerama Description: The Xinerama Library Version: @PACKAGE_VERSION@ -Cflags: -I${includedir} @XINERAMA_CFLAGS@ -Libs: -L${libdir} -lXinerama @XINERAMA_LIBS@ - +Requires: xineramaproto +Requires.private: x11 xext +Cflags: -I${includedir} +Libs: -L${libdir} -lXinerama |