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
commit328e88110f43b18268c1fde62e9ce7247a797699 (patch)
tree0c049dc456c5956304c57c8d392caac52d6c7307
parent54d9a60a1891c1c1938db00d835b8fe0a12327c6 (diff)
downloadxorg-lib-libXcursor-328e88110f43b18268c1fde62e9ce7247a797699.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--xcursor.pc.in7
2 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ac2c077..5ca9ee8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * xcursor.pc.in:
+ Update pkgconfig files to separate library build-time dependencies
+ from application build-time dependencies.
+
2005-11-13 Alan Coopersmith <alan.coopersmith@sun.com>
* configure.ac:
diff --git a/xcursor.pc.in b/xcursor.pc.in
index f3cadf0..1e4f4e7 100644
--- a/xcursor.pc.in
+++ b/xcursor.pc.in
@@ -6,6 +6,7 @@ includedir=@includedir@
Name: Xcursor
Description: X Cursor Library
Version: @VERSION@
-Requires: xrender
-Cflags: -I${includedir} @XCURSOR_CFLAGS@
-Libs: -L${libdir} -lXcursor @XCURSOR_LIBS@
+Requires: xproto
+Requires.private: x11 xrender xfixes
+Cflags: -I${includedir}
+Libs: -L${libdir} -lXcursor