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