diff options
-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 |