| SUMMARY = "ICE: Inter-Client Exchange library" |
| |
| DESCRIPTION = "The Inter-Client Exchange (ICE) protocol provides a \ |
| generic framework for building protocols on top of reliable, byte-stream \ |
| transport connections. It provides basic mechanisms for setting up and \ |
| shutting down connections, for performing authentication, for \ |
| negotiating versions, and for reporting errors. " |
| |
| require xorg-lib-common.inc |
| |
| LICENSE = "MIT-style" |
| LIC_FILES_CHKSUM = "file://COPYING;md5=d162b1b3c6fa812da9d804dcf8584a93" |
| |
| DEPENDS += "xorgproto xtrans" |
| PROVIDES = "ice" |
| |
| PE = "1" |
| |
| XORG_PN = "libICE" |
| |
| BBCLASSEXTEND = "native nativesdk" |
| |
| SRC_URI[md5sum] = "76d77499ee7120a56566891ca2c0dbcf" |
| SRC_URI[sha256sum] = "6f86dce12cf4bcaf5c37dddd8b1b64ed2ddf1ef7b218f22b9942595fb747c348" |
| |
| PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" |
| PACKAGECONFIG[arc4] = "ac_cv_lib_bsd_arc4random_buf=yes,ac_cv_lib_bsd_arc4random_buf=no,libbsd" |
| PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," |