summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-app/mkfontscale_1.0.9.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-11-29 11:13:05 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-30 15:15:02 +0000
commite9b8a4ce793b6a387832edd30837e06eaaa83adc (patch)
tree8af2dd27b0dd36ccf4168f7c63526b083f3e4e67 /meta/recipes-graphics/xorg-app/mkfontscale_1.0.9.bb
parent8e79f8393c02c4353c479809bc62388f1704ba0c (diff)
downloadpoky-e9b8a4ce793b6a387832edd30837e06eaaa83adc.tar.gz
mkfontscale: Update to 1.0.9
(From OE-Core rev: e3a8ef74b4ebb8ec131d18960552b52865626d1e) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-app/mkfontscale_1.0.9.bb')
-rw-r--r--meta/recipes-graphics/xorg-app/mkfontscale_1.0.9.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-app/mkfontscale_1.0.9.bb b/meta/recipes-graphics/xorg-app/mkfontscale_1.0.9.bb
new file mode 100644
index 0000000000..4db3015939
--- /dev/null
+++ b/meta/recipes-graphics/xorg-app/mkfontscale_1.0.9.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 += " zlib libfontenc freetype virtual/libx11"
12
13BBCLASSEXTEND = "native"
14
15LIC_FILES_CHKSUM = "file://COPYING;md5=2e0d129d05305176d1a790e0ac1acb7f"
16
17SRC_URI[md5sum] = "3d1dc487f3e859f4e5c46540cb49abd3"
18SRC_URI[sha256sum] = "1e911c361c7617aebf2c9bffdc15b7b8956d64a49cef449f533ef1cc418e7e76"