summaryrefslogtreecommitdiff
path: root/packages/xorg-lib/libxfont_X11R7.1-1.2.0.bb
blob: c0fb08edead07060b957cfa110d01e43ce8d9657 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include xorg-lib-common.inc

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"

DEPENDS += " freetype fontcacheproto zlib xproto xtrans fontsproto libfontenc"
PROVIDES = "xfont"

XORG_PN = "libXfont"

S = "${WORKDIR}/libXfont-1.2.0"