blob: aa79902a348597c8e688b4a9b10c404dddf22115 [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"
Patrick Williams213cb262021-08-07 19:21:33 -050014RPROVIDES:${PN} += "mkfontdir"
Andrew Geissler82c905d2020-04-13 13:39:40 -050015
16BBCLASSEXTEND = "native"
17
Patrick Williams44b3caf2024-04-12 16:51:14 -050018LIC_FILES_CHKSUM = "file://COPYING;md5=5a60c596d1b5f3dee9f005b703b3180d"
Andrew Geissler82c905d2020-04-13 13:39:40 -050019
Patrick Williams03907ee2022-05-01 06:28:52 -050020SRC_URI_EXT = "xz"
Patrick Williams44b3caf2024-04-12 16:51:14 -050021SRC_URI[sha256sum] = "2921cdc344f1acee04bcd6ea1e29565c1308263006e134a9ee38cf9c9d6fe75e"