summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxfont_1.4.2.bb
diff options
context:
space:
mode:
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.bb18
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 @@
1DESCRIPTION = "X11 font rasterisation library"
2
3require xorg-lib-common.inc
4
5LICENSE= "MIT & MIT-style & BSD"
6LIC_FILES_CHKSUM = "file://COPYING;md5=deeee1c29f32ca774cecf0c83b46bb5c"
7
8DEPENDS += "freetype fontcacheproto xtrans fontsproto libfontenc"
9PROVIDES = "xfont"
10
11PR = "r0"
12PE = "1"
13
14#SRC_URI += "file://no-scalable-crash.patch;patch=1"
15
16XORG_PN = "libXfont"
17
18BBCLASSEXTEND = "native"