libxfont2_2.0.1.bb 724 B

12345678910111213141516171819202122
  1. SUMMARY = "XFont2: X Font rasterisation library"
  2. DESCRIPTION = "libXfont2 provides various services for X servers, most \
  3. notably font selection and rasterisation (through external libraries \
  4. such as freetype)."
  5. require xorg-lib-common.inc
  6. LICENSE = "MIT & MIT-style & BSD"
  7. LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c"
  8. DEPENDS += "freetype xtrans fontsproto libfontenc zlib"
  9. XORG_PN = "libXfont2"
  10. BBCLASSEXTEND = "native"
  11. SRC_URI[md5sum] = "0d9f6dd9c23bf4bcbfb00504b566baf5"
  12. SRC_URI[sha256sum] = "e9fbbb475ddd171b3a6a54b989cbade1f6f874fc35d505ebc5be426bc6e4db7e"
  13. PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
  14. PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"