blob: b65c84f586ef6bfdf019b57d69cb3a56e647b80a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require xorg-lib-common.inc
DESCRIPTION = "X11 font rasterisation library"
LICENSE= "BSD-X"
DEPENDS += "freetype fontcacheproto xtrans fontsproto libfontenc"
PROVIDES = "xfont"
PE = "1"
SRC_URI += "file://no-scalable-crash.patch;patch=1"
XORG_PN = "libXfont"
|