blob: af511be8667d294e64e6b65e38002324d6dc4f8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
include xorg-lib-common.inc
PR = "r1"
DESCRIPTION = "X font library (used by the X server)."
LICENSE= "BSD-X"
PRIORITY = "optional"
SRC_URI = "${XORG_MIRROR}/individual/lib/libXfont-1.2.0.tar.bz2"
SRC_URI += "file://no-scalable-crash.patch;patch=1"
DEPENDS += " freetype fontcacheproto zlib xproto xtrans fontsproto libfontenc"
PROVIDES = "xfont"
XORG_PN = "libXfont"
S = "${WORKDIR}/libXfont-1.2.0"
|