diff options
author | Kevin E Martin <kem@kem.org> | 2005-12-09 19:28:41 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-12-09 19:28:41 +0000 |
commit | aed42762a9fcfcf1b7729dc0a7014ea679d309eb (patch) | |
tree | cd1731e51a05deff450d8f364136a9b12ffdd8b2 | |
parent | 189c9672264c4b62f18f9da9422375b216dc7037 (diff) |
Add icondir to xcursor.pc to be used when installing cursors.MODULAR_COPY
-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 |