aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-app/mkfontscale_1.1.2.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2015-01-21 11:30:23 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-01-28 21:22:22 +0000
commit0ccc2aaee4ad0348f971a425e7f9877817dea8b0 (patch)
tree3fe0d258be45528b31dd80e56eecf7ca1dd6f858 /meta/recipes-graphics/xorg-app/mkfontscale_1.1.2.bb
parent11a290a03cc45ca45b09b658e66641f481708b7c (diff)
downloadopenembedded-core-0ccc2aaee4ad0348f971a425e7f9877817dea8b0.tar.gz
mkfontscale: Upgrade to 1.1.2
Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
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.bb18
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 @@
+require xorg-app-common.inc
+
+SUMMARY = "A program to create an index of scalable font files for X"
+
+DESCRIPTION = "For each directory argument, mkfontscale reads all of the \
+scalable font files in the directory. For every font file found, an X11 \
+font name (XLFD) is generated, and is written together with the file \
+name to a file fonts.scale in the directory. The resulting fonts.scale \
+is used by the mkfontdir program."
+
+DEPENDS = "util-macros-native zlib libfontenc freetype xproto"
+
+BBCLASSEXTEND = "native"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=2e0d129d05305176d1a790e0ac1acb7f"
+
+SRC_URI[md5sum] = "9bdd6ebfa62b1bbd474906ac86a40fd8"
+SRC_URI[sha256sum] = "8c6d5228af885477b9aec60ca6f172578e7d2de42234357af62fb00439453f20"