Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | require xorg-app-common.inc |
| 2 | |
| 3 | SUMMARY = "A program to create an index of scalable font files for X" |
| 4 | |
| 5 | DESCRIPTION = "For each directory argument, mkfontscale reads all of the \ |
| 6 | scalable font files in the directory. For every font file found, an X11 \ |
| 7 | font name (XLFD) is generated, and is written together with the file \ |
| 8 | name to a file fonts.scale in the directory. The resulting fonts.scale \ |
| 9 | is used by the mkfontdir program." |
| 10 | |
| 11 | DEPENDS = "util-macros-native zlib libfontenc freetype xorgproto" |
| 12 | |
| 13 | PROVIDES += "mkfontdir" |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 14 | RPROVIDES:${PN} += "mkfontdir" |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 15 | |
| 16 | BBCLASSEXTEND = "native" |
| 17 | |
| 18 | LIC_FILES_CHKSUM = "file://COPYING;md5=99b1e1269aba5179139b9e4380fc0934" |
| 19 | |
| 20 | SRC_URI[md5sum] = "215940de158b1a3d8b3f8b442c606e2f" |
| 21 | SRC_URI[sha256sum] = "ca0495eb974a179dd742bfa6199d561bda1c8da4a0c5a667f21fd82aaab6bac7" |