diff options
author | Ross Burton <ross.burton@intel.com> | 2014-07-22 19:38:12 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-23 21:59:15 +0100 |
commit | 84199cc238c9eeb2f6dbad5191255abee17e5103 (patch) | |
tree | fe0a5c266d65270457424cbfb91dc533c0a8b8d6 /meta/recipes-graphics/xorg-lib/libxfont_1.5.0.bb | |
parent | 376ed319be25fc351c1e7ee479cc117d377a7fdf (diff) | |
download | poky-84199cc238c9eeb2f6dbad5191255abee17e5103.tar.gz |
libxfont: upgrade to 1.5.0
(From OE-Core rev: f90101ea7963663cd1c3b4eb9ef6f96840e49ad6)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxfont_1.5.0.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxfont_1.5.0.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxfont_1.5.0.bb b/meta/recipes-graphics/xorg-lib/libxfont_1.5.0.bb new file mode 100644 index 0000000000..ef0bde29fb --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxfont_1.5.0.bb | |||
@@ -0,0 +1,22 @@ | |||
1 | SUMMARY = "XFont: X Font rasterisation library" | ||
2 | |||
3 | DESCRIPTION = "libXfont provides various services for X servers, most \ | ||
4 | notably font selection and rasterisation (through external libraries \ | ||
5 | such as freetype)." | ||
6 | |||
7 | require xorg-lib-common.inc | ||
8 | |||
9 | LICENSE = "MIT & MIT-style & BSD" | ||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c" | ||
11 | |||
12 | DEPENDS += "freetype xtrans fontsproto libfontenc zlib" | ||
13 | PROVIDES = "xfont" | ||
14 | |||
15 | PE = "1" | ||
16 | |||
17 | XORG_PN = "libXfont" | ||
18 | |||
19 | BBCLASSEXTEND = "native" | ||
20 | |||
21 | SRC_URI[md5sum] = "664629bfa7cdf8b984155019fd395dcb" | ||
22 | SRC_URI[sha256sum] = "3a3c52c4adf9352b2160f07ff0596af17ab14f91d6509564e606678a1261c25f" | ||