libxfont: remove spurious dependency on fontcacheproto

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2012-10-10 13:49:21 +01:00 committed by Richard Purdie
parent d6dc72c048
commit 546f280184

View File

@ -9,10 +9,10 @@ require xorg-lib-common.inc
LICENSE= "MIT & MIT-style & BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c"
DEPENDS += "freetype fontcacheproto xtrans fontsproto libfontenc zlib"
DEPENDS += "freetype xtrans fontsproto libfontenc zlib"
PROVIDES = "xfont"
PR = "r0"
PR = "r1"
PE = "1"
XORG_PN = "libXfont"