diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | xcursor.pc.in | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2005-12-09 Kevin E. Martin <kem-at-freedesktop-dot-org> + + * xcursor.pc.in: + Add icondir to xcursor.pc to be used when installing cursors. + 2005-12-08 Kevin E. Martin <kem-at-freedesktop-dot-org> * configure.ac: diff --git a/xcursor.pc.in b/xcursor.pc.in index 1e4f4e7..e1aa2c7 100644 --- a/xcursor.pc.in +++ b/xcursor.pc.in @@ -2,6 +2,7 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ +icondir=@ICONDIR@ Name: Xcursor Description: X Cursor Library |