libxfontcache: upgrade to latest version 1.0.5

Signed-off-by: Yu Ke <ke.yu@intel.com>
This commit is contained in:
Yu Ke 2010-06-23 21:15:26 +08:00 committed by Richard Purdie
parent 5e2162039e
commit 34ba2c6486
2 changed files with 3 additions and 2 deletions

View File

@ -55,7 +55,7 @@ PREFERRED_VERSION_libxext-nativesdk ?= "1.1.1"
PREFERRED_VERSION_libxfixes ?= "4.0.3"
PREFERRED_VERSION_libxfont ?= "1.3.4"
PREFERRED_VERSION_libxfont-native ?= "1.3.4"
PREFERRED_VERSION_libxfontcache ?= "1.0.4"
PREFERRED_VERSION_libxfontcache ?= "1.0.5"
PREFERRED_VERSION_libxft ?= "2.1.13"
PREFERRED_VERSION_libxi ?= "1.3"
PREFERRED_VERSION_libxinerama ?= "1.1"

View File

@ -2,7 +2,8 @@ require xorg-lib-common.inc
DESCRIPTION = "X-TrueType font cache extension client library"
DEPENDS += "libxext fontcacheproto"
PR = "r1"
LIC_FILES_CHKSUM = "file://COPYING;md5=62a75d5d3da40f1f6eb1cbe3bcc0a5d0"
PR = "r0"
PE = "1"
XORG_PN = "libXfontcache"