blob: d452d9796de86784ceec663b9c8ae37733d8607e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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"
|