blob: 27e686b087979d804f1487af60bc2880ba62127f [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001SUMMARY = "XFont: X Font rasterisation library"
2
3DESCRIPTION = "libXfont provides various services for X servers, most \
4notably font selection and rasterisation (through external libraries \
5such as freetype)."
6
7require xorg-lib-common.inc
8
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00009LICENSE = "MIT & MIT & BSD-3-Clause"
Brad Bishop316dfdd2018-06-25 12:45:53 -040010LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c"
11
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080012DEPENDS += "freetype xtrans xorgproto libfontenc zlib"
Brad Bishop316dfdd2018-06-25 12:45:53 -040013PROVIDES = "xfont"
14
15PE = "1"
16
17XORG_PN = "libXfont"
18
19BBCLASSEXTEND = "native"
20
21SRC_URI[md5sum] = "16eaf156edd79b68038b6a7c44aa9e9b"
22SRC_URI[sha256sum] = "1a7f7490774c87f2052d146d1e0e64518d32e6848184a18654e8d0bb57883242"
23
24PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
25PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"