diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-app/mkfontscale_1.1.2.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-app/mkfontscale_1.1.2.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-app/mkfontscale_1.1.2.bb b/meta/recipes-graphics/xorg-app/mkfontscale_1.1.2.bb new file mode 100644 index 0000000000..31cf186767 --- /dev/null +++ b/meta/recipes-graphics/xorg-app/mkfontscale_1.1.2.bb | |||
@@ -0,0 +1,18 @@ | |||
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 xproto" | ||
12 | |||
13 | BBCLASSEXTEND = "native" | ||
14 | |||
15 | LIC_FILES_CHKSUM = "file://COPYING;md5=2e0d129d05305176d1a790e0ac1acb7f" | ||
16 | |||
17 | SRC_URI[md5sum] = "9bdd6ebfa62b1bbd474906ac86a40fd8" | ||
18 | SRC_URI[sha256sum] = "8c6d5228af885477b9aec60ca6f172578e7d2de42234357af62fb00439453f20" | ||