blob: 1b6e33c717f49b57134188bf93c66b6801010c93 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "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
9LICENSE = "MIT & MIT-style & BSD"
10LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c"
11
12DEPENDS += "freetype xtrans fontsproto libfontenc zlib"
13PROVIDES = "xfont"
14
15PE = "1"
16
17XORG_PN = "libXfont"
18
19BBCLASSEXTEND = "native"
20
21SRC_URI[md5sum] = "96f76ba94b4c909230bac1e2dcd551c4"
22SRC_URI[sha256sum] = "b70898527c73f9758f551bbab612af611b8a0962202829568d94f3edf4d86098"