blob: 466f3491fdccb61ab10c0cb78640ed42cd5c1089 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "XDMCP: X Display Manager Control Protocol library"
2
3DESCRIPTION = "The purpose of the X Display Manager Control Protocol \
4(XDMCP) is to provide a uniform mechanism for an autonomous display to \
5request login service from a remote host. An X terminal (screen, \
6keyboard, mouse, processor, network interface) is a prime example of an \
7autonomous display."
8
9require xorg-lib-common.inc
10
11inherit gettext
12
13LICENSE = "MIT-style"
14LIC_FILES_CHKSUM = "file://COPYING;md5=d559fb26e129626022e052a5e6e0e123"
15
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080016DEPENDS += "xorgproto"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050017PROVIDES = "xdmcp"
18
19PE = "1"
20
21XORG_PN = "libXdmcp"
22
23BBCLASSEXTEND = "native nativesdk"
24
25SRC_URI[md5sum] = "18aa5c1279b01f9d18e3299969665b2e"
26SRC_URI[sha256sum] = "81fe09867918fff258296e1e1e159f0dc639cb30d201c53519f25ab73af4e4e2"
27
28PACKAGECONFIG ??= ""
29PACKAGECONFIG[arc4] = "ac_cv_lib_bsd_arc4random_buf=yes,ac_cv_lib_bsd_arc4random_buf=no,libbsd"