libxcursor: upgrade to the latest version 1.1.10

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
This commit is contained in:
Dexuan Cui 2010-06-29 10:47:42 +08:00 committed by Richard Purdie
parent 743d7e126e
commit 3536e9912e
1 changed files with 7 additions and 3 deletions

View File

@ -1,9 +1,13 @@
DESCRIPTION = "X cursor management library"
require xorg-lib-common.inc
DESCRIPTION = "X cursor management library"
LICENSE= "BSD-X"
LICENSE = "MIT-style"
LIC_FILES_CHKSUM = "file://COPYING;md5=8902e6643f7bcd7793b23dcd5d8031a4"
DEPENDS += "libxrender libxfixes"
PR = "r2"
PR = "r0"
PE = "1"
XORG_PN = "libXcursor"