diff options
author | Saul Wold <Saul.Wold@intel.com> | 2010-11-24 11:47:04 -0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-11-24 12:50:14 -0800 |
commit | 9e79a552482a9139469f4c94ac60a7301d2e3a03 (patch) | |
tree | 9033619b053eded04aed9b566117d76020d053c8 /meta/recipes-graphics/xorg-lib/libxfont_1.4.3.bb | |
parent | ca1f5d4d09a4ebd4de868de7dc8e66d79a0e9a60 (diff) | |
download | poky-9e79a552482a9139469f4c94ac60a7301d2e3a03.tar.gz |
libxfont: Update to version 1.4.3
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxfont_1.4.3.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxfont_1.4.3.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxfont_1.4.3.bb b/meta/recipes-graphics/xorg-lib/libxfont_1.4.3.bb new file mode 100644 index 0000000000..6aa83c4ac6 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxfont_1.4.3.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | DESCRIPTION = "X11 font rasterisation library" | ||
2 | |||
3 | require xorg-lib-common.inc | ||
4 | |||
5 | LICENSE= "MIT & MIT-style & BSD" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=deeee1c29f32ca774cecf0c83b46bb5c" | ||
7 | |||
8 | DEPENDS += "freetype fontcacheproto xtrans fontsproto libfontenc" | ||
9 | PROVIDES = "xfont" | ||
10 | |||
11 | PR = "r0" | ||
12 | PE = "1" | ||
13 | |||
14 | #SRC_URI += "file://no-scalable-crash.patch;patch=1" | ||
15 | |||
16 | XORG_PN = "libXfont" | ||
17 | |||
18 | BBCLASSEXTEND = "native" | ||