summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-app/mkfontscale_1.1.3.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster@mvista.com>2018-04-03 18:49:12 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-04 13:28:03 +0100
commitac904673bf32591baa59fa86da9e1f4a42ebb983 (patch)
tree6a04c7a67a4c0ebcfe5290458acc70750bd0fee2 /meta/recipes-graphics/xorg-app/mkfontscale_1.1.3.bb
parent5ec4ea91ae965d9a27fafdae77023dfbb351a75c (diff)
downloadpoky-ac904673bf32591baa59fa86da9e1f4a42ebb983.tar.gz
mkfontscale: update to 1.1.3
(From OE-Core rev: 900f3520b27cae5d7524094c0155e272836e2450) Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-app/mkfontscale_1.1.3.bb')
-rw-r--r--meta/recipes-graphics/xorg-app/mkfontscale_1.1.3.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-app/mkfontscale_1.1.3.bb b/meta/recipes-graphics/xorg-app/mkfontscale_1.1.3.bb
new file mode 100644
index 0000000000..88c88f135e
--- /dev/null
+++ b/meta/recipes-graphics/xorg-app/mkfontscale_1.1.3.bb
@@ -0,0 +1,18 @@
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 xproto"
12
13BBCLASSEXTEND = "native"
14
15LIC_FILES_CHKSUM = "file://COPYING;md5=2e0d129d05305176d1a790e0ac1acb7f"
16
17SRC_URI[md5sum] = "987c438e79f5ddb84a9c5726a1610819"
18SRC_URI[sha256sum] = "1e98df69ee5f4542d711e140e1d93e2c3f2775407ccbb7849110d52b91782a6a"