libxrender: upgrade to the latest version 0.9.5

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

View File

@ -1,9 +1,13 @@
DESCRIPTION = "X11 Rendering Extension client library"
require xorg-lib-common.inc
DESCRIPTION = "X11 Rendering Extension client library"
LICENSE = "BSD-X"
LICENSE = "MIT-style"
LIC_FILES_CHKSUM = "file://COPYING;md5=90b90b60eb30f65fc9c2673d7cf59e24"
DEPENDS += "virtual/libx11 renderproto xproto xdmcp"
PR = "r1"
PR = "r0"
PE = "1"
XORG_PN = "libXrender"