mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
libxfont: remove spurious dependency on fontcacheproto
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d6dc72c048
commit
546f280184
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user