libxft: upgrade to the latest version 2.1.14

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
This commit is contained in:
Dexuan Cui 2010-06-29 10:54:49 +08:00 committed by Richard Purdie
parent e114928419
commit c4f3c3e68a
1 changed files with 7 additions and 2 deletions

View File

@ -1,9 +1,14 @@
DESCRIPTION = "FreeType-based font drawing library for X"
require xorg-lib-common.inc
DESCRIPTION = "FreeType-based font drawing library for X"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=90b90b60eb30f65fc9c2673d7cf59e24"
DEPENDS += "libxrender freetype fontconfig"
PROVIDES = "xft"
PR = "r1"
PR = "r0"
PE = "1"
XORG_PN = "libXft"