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