libxdmcp: upgrade to the latest version 1.0.3

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

View File

@ -1,9 +1,14 @@
DESCRIPTION = "X Display Manager Control Protocol library"
require xorg-lib-common.inc
DESCRIPTION = "X Display Manager Control Protocol library"
LICENSE = "MIT-style"
LIC_FILES_CHKSUM = "file://COPYING;md5=d559fb26e129626022e052a5e6e0e123"
DEPENDS += "xproto"
PROVIDES = "xdmcp"
PR = "r2"
PR = "r0"
PE = "1"
DEPENDS += "gettext"