xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1require 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_EXT = "xz"
21SRC_URI[sha256sum] = "8ae3fb5b1fe7436e1f565060acaa3e2918fe745b0e4979b5593968914fe2d5c4"
22