1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-03 13:49:49 +00:00
Files
2007-07-23 11:59:23 +00:00

14 lines
343 B
BlitzBasic

require xorg-lib-common.inc
DESCRIPTION = "X11 font rasterisation library"
LICENSE= "BSD-X"
DEPENDS += "freetype fontcacheproto xtrans fontsproto libfontenc"
PROVIDES = "xfont"
PR = "r2"
PE = "1"
SRC_URI += "file://no-scalable-crash.patch;patch=1 \
file://builtinreaddirectory-no-side-effect.patch;patch=1"
XORG_PN = "libXfont"