blob: b1648fbf38ccde93cb3f1c44ae108ef4b5285103 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
DESCRIPTION = "X Display Manager Control Protocol library"
require xorg-lib-common.inc
LICENSE = "MIT-style"
LIC_FILES_CHKSUM = "file://COPYING;md5=d559fb26e129626022e052a5e6e0e123"
DEPENDS += "xproto"
PROVIDES = "xdmcp"
PR = "r0"
PE = "1"
DEPENDS += "gettext"
XORG_PN = "libXdmcp"
BBCLASSEXTEND = "native nativesdk"
|