mirror of
git://git.yoctoproject.org/poky
synced 2026-09-27 03:19:12 +00:00
This completes the transition to xorgproto. (From OE-Core rev: 9d236bd40ef8598c78c1ea807d658467700505e2) Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
23 lines
723 B
BlitzBasic
23 lines
723 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 xorgproto libfontenc zlib"
|
|
|
|
XORG_PN = "libXfont2"
|
|
|
|
BBCLASSEXTEND = "native"
|
|
|
|
SRC_URI[md5sum] = "b7ca87dfafeb5205b28a1e91ac3efe85"
|
|
SRC_URI[sha256sum] = "0e8ab7fd737ccdfe87e1f02b55f221f0bd4503a1c5f28be4ed6a54586bac9c4e"
|
|
|
|
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
|
|
PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
|