libice_1.0.9.bb 968 B

12345678910111213141516171819202122232425262728
  1. SUMMARY = "ICE: Inter-Client Exchange library"
  2. DESCRIPTION = "The Inter-Client Exchange (ICE) protocol provides a \
  3. generic framework for building protocols on top of reliable, byte-stream \
  4. transport connections. It provides basic mechanisms for setting up and \
  5. shutting down connections, for performing authentication, for \
  6. negotiating versions, and for reporting errors. "
  7. require xorg-lib-common.inc
  8. LICENSE = "MIT-style"
  9. LIC_FILES_CHKSUM = "file://COPYING;md5=d162b1b3c6fa812da9d804dcf8584a93"
  10. DEPENDS += "xproto xtrans"
  11. PROVIDES = "ice"
  12. PE = "1"
  13. XORG_PN = "libICE"
  14. BBCLASSEXTEND = "native"
  15. SRC_URI[md5sum] = "addfb1e897ca8079531669c7c7711726"
  16. SRC_URI[sha256sum] = "8f7032f2c1c64352b5423f6b48a8ebdc339cc63064af34d66a6c9aa79759e202"
  17. PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
  18. PACKAGECONFIG[arc4] = "ac_cv_lib_bsd_arc4random_buf=yes,ac_cv_lib_bsd_arc4random_buf=no,libbsd"
  19. PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"