diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-09-06 20:27:40 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-09-06 20:27:40 +0000 |
commit | ff70811ae0699433fe48defd8592ebe0f5cf9fce (patch) | |
tree | e5e577dc296645d0b86bad4da7433f202e0b26bb | |
parent | 013248dcab47f53cb4adc07ffb68443f042102ca (diff) |
libxcursor: add 1.1.9 for X11R7.3 release
-rw-r--r-- | packages/xorg-lib/libxcursor_1.1.9.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/xorg-lib/libxcursor_1.1.9.bb b/packages/xorg-lib/libxcursor_1.1.9.bb new file mode 100644 index 0000000000..620ab4a39b --- /dev/null +++ b/packages/xorg-lib/libxcursor_1.1.9.bb @@ -0,0 +1,8 @@ +require xorg-lib-common.inc + +DESCRIPTION = "X cursor management library" +LICENSE= "BSD-X" +DEPENDS += "libxrender libxfixes" +PE = "1" + +XORG_PN = "libXcursor" |