blob: d1aa9b3615e5ec25a32311946506f64c8b27d4af [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -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 xproto"
12
Brad Bishop37a0e4d2017-12-04 01:01:44 -050013REQUIRED_DISTRO_FEATURES_class-native = ""
14
Patrick Williamsc124f4f2015-09-15 14:41:29 -050015BBCLASSEXTEND = "native"
16
17LIC_FILES_CHKSUM = "file://COPYING;md5=2e0d129d05305176d1a790e0ac1acb7f"
18
19SRC_URI[md5sum] = "9bdd6ebfa62b1bbd474906ac86a40fd8"
20SRC_URI[sha256sum] = "8c6d5228af885477b9aec60ca6f172578e7d2de42234357af62fb00439453f20"