summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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