libxdamage: upgrade to the latest version 1.1.2

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

View File

@ -1,10 +1,14 @@
DESCRIPTION = "X11 damaged region extension library"
require xorg-lib-common.inc
DESCRIPTION = "X11 damaged region extension library"
LICENSE= "BSD-X"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=10c8c88d1faea6d7c3a82d54c2b8fd2b"
DEPENDS += "damageproto libxfixes"
PROVIDES = "xdamage"
PR = "r1"
PR = "r0"
PE = "1"
XORG_PN = "libXdamage"