generic-poky/meta/packages/xorg-lib/libxfont_1.3.0.bb
Marcin Juszkiewicz 9c2664dc9f libxfont: updated to 1.3.0
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2276 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-01 13:08:59 +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"