libxrandr: upgrade to the latest version 1.3.0

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

View File

@ -1,9 +1,13 @@
DESCRIPTION = "X11 Resize and Rotate extension library"
require xorg-lib-common.inc
DESCRIPTION = "X11 Resize and Rotate extension library"
LICENSE = "BSD-X"
LICENSE = "MIT-style"
LIC_FILES_CHKSUM = "file://COPYING;md5=660ef232af253760087c069d76287b85"
DEPENDS += "randrproto libxrender libxext"
PR = "r1"
PR = "r0"
PE = "1"
XORG_PN = "libXrandr"