aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/libxfont_1.3.0.bb
blob: f269a6f392505cfddbc33f2a4a0f60f816ff0ec6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
require xorg-lib-common.inc

DESCRIPTION = "X11 font rasterisation library"
LICENSE= "BSD-X"
DEPENDS += "freetype fontcacheproto xtrans fontsproto libfontenc"
BBCLASSEXTEND = "native"
PE = "1"

SRC_URI += "file://no-scalable-crash.patch \
            file://builtinreaddirectory-no-side-effect.patch"

XORG_PN = "libXfont"

SRC_URI[archive.md5sum] = "d1d3fa170d74b066f1f23ca8574e7c90"
SRC_URI[archive.sha256sum] = "07567b9880f28d1a404389c024a185419bfe81136aef3d9eda52407f34c3d3dd"
PR = "${INC_PR}.0"