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 | 328e88110f43b18268c1fde62e9ce7247a797699 (patch) | |
tree | 0c049dc456c5956304c57c8d392caac52d6c7307 | |
parent | 54d9a60a1891c1c1938db00d835b8fe0a12327c6 (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-- | xcursor.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> + + * 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 |