Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 1 | SUMMARY = "X font encoding library" |
| 2 | |
| 3 | DESCRIPTION = "libfontenc is a library which helps font libraries \ |
| 4 | portably determine and deal with different encodings of fonts." |
| 5 | |
| 6 | require xorg-lib-common.inc |
| 7 | |
| 8 | LICENSE = "MIT" |
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=96254c20ab81c63e65b26f0dbcd4a1c1" |
| 10 | |
| 11 | DEPENDS += "zlib xorgproto font-util" |
| 12 | PE = "1" |
| 13 | |
| 14 | SRC_URI[sha256sum] = "c0d36991faee06551ddbaf5d99266e97becdc05edfae87a833c3ff7bf73cfec2" |
| 15 | |
| 16 | BBCLASSEXTEND = "native" |