aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/libxfont_1.4.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xorg-lib/libxfont_1.4.2.bb')
-rw-r--r--recipes/xorg-lib/libxfont_1.4.2.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/xorg-lib/libxfont_1.4.2.bb b/recipes/xorg-lib/libxfont_1.4.2.bb
new file mode 100644
index 0000000000..3ed7e4f44b
--- /dev/null
+++ b/recipes/xorg-lib/libxfont_1.4.2.bb
@@ -0,0 +1,16 @@
+require xorg-lib-common.inc
+DESCRIPTION = "X11 font rasterisation library"
+LICENSE = "BSD-X"
+DEPENDS += "freetype fontcacheproto xtrans fontsproto libfontenc"
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "503911759734998f9235b926eed82eb8"
+SRC_URI[archive.sha256sum] = "d05f5a8599cbfd29f683768b037a5a4b8c9065578e6ac4d6323e89ef604e495b"
+
+# disable docs
+EXTRA_OECONF += " --disable-devel-docs "
+
+BBCLASSEXTEND = "native"
+
+XORG_PN = "libXfont"