Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "XFont: X Font rasterisation library" |
| 2 | |
| 3 | DESCRIPTION = "libXfont provides various services for X servers, most \ |
| 4 | notably font selection and rasterisation (through external libraries \ |
| 5 | such as freetype)." |
| 6 | |
| 7 | require xorg-lib-common.inc |
| 8 | |
| 9 | LICENSE = "MIT & MIT-style & BSD" |
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c" |
| 11 | |
| 12 | DEPENDS += "freetype xtrans fontsproto libfontenc zlib" |
| 13 | PROVIDES = "xfont" |
| 14 | |
| 15 | PE = "1" |
| 16 | |
| 17 | XORG_PN = "libXfont" |
| 18 | |
| 19 | BBCLASSEXTEND = "native" |
| 20 | |
| 21 | SRC_URI[md5sum] = "96f76ba94b4c909230bac1e2dcd551c4" |
| 22 | SRC_URI[sha256sum] = "b70898527c73f9758f551bbab612af611b8a0962202829568d94f3edf4d86098" |