23 lines
724 B
BlitzBasic
23 lines
724 B
BlitzBasic
SUMMARY = "XFont2: X Font rasterisation library"
|
|
|
|
DESCRIPTION = "libXfont2 provides various services for X servers, most \
|
|
notably font selection and rasterisation (through external libraries \
|
|
such as freetype)."
|
|
|
|
require xorg-lib-common.inc
|
|
|
|
LICENSE = "MIT & MIT-style & BSD"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c"
|
|
|
|
DEPENDS += "freetype xtrans fontsproto libfontenc zlib"
|
|
|
|
XORG_PN = "libXfont2"
|
|
|
|
BBCLASSEXTEND = "native"
|
|
|
|
SRC_URI[md5sum] = "d39e6446e46f939486d1a8b856e8b67b"
|
|
SRC_URI[sha256sum] = "94088d3b87f7d42c7116d9adaad155859e93330c6e47f5989f2de600b9a6c111"
|
|
|
|
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
|
|
PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
|