blob: d96fd87964061bd981f9b076bbc6b2d99525ccd2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PV = "0.0+cvs${SRCDATE}"
LICENSE = "BSD-X"
SECTION = "x11/libs"
PRIORITY = "optional"
DEPENDS = "xproto xtrans zlib"
PROVIDES = "xfont"
DESCRIPTION = "X font library (used by the X server)."
SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xfont \
file://scalable.patch;patch=1"
S = "${WORKDIR}/Xfont"
inherit autotools pkgconfig
do_stage() {
autotools_stage_all
}
|