summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-19 07:15:41 +0000
committerKevin E Martin <kem@kem.org>2005-11-19 07:15:41 +0000
commitd1078682cc64b0a669c6180839efd8a137b90d13 (patch)
tree35c927d4aeb3b6aa244420ec172e62b2d3406fd5
parent0af77179518266232a5e3b10f180325a21dd3343 (diff)
downloadxorg-lib-libXinerama-d1078682cc64b0a669c6180839efd8a137b90d13.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--ChangeLog6
-rw-r--r--xinerama.pc.in7
2 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 92cc278..bbcaee5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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