diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxfont_1.4.2.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxfont_1.4.2.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxfont_1.4.2.bb b/meta/recipes-graphics/xorg-lib/libxfont_1.4.2.bb new file mode 100644 index 0000000000..6aa83c4ac6 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxfont_1.4.2.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" | ||