blob: 4ec9e237946424f0d21ed2d1fb0e392b832e93bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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"
# disable docs
EXTRA_OECONF += " --disable-devel-docs "
XORG_PN = "libXfont"
SRC_URI[archive.md5sum] = "4f2bed2a2be82e90a51a24bb3a22cdf0"
SRC_URI[archive.sha256sum] = "112bfc30820b98deec4c9914536c5aa2f8b5162bd2b0bdb342343168e06f7679"
|