diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | xi.pc.in | 6 |
2 files changed, 10 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org> + + * xi.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: @@ -6,5 +6,7 @@ includedir=@includedir@ Name: Xi Description: X Input Extension Library Version: @VERSION@ -Cflags: -I${includedir} @XI_CFLAGS@ -Libs: -L${libdir} -lXi @XI_LIBS@ +Requires: inputproto +Requires.private: x11 xext +Cflags: -I${includedir} +Libs: -L${libdir} -lXi |