aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fs/fs_cvs.bb
blob: b1d6ed4bea7270464bfcdcf545f226de14074695 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PV = "0.0+cvs${SRCDATE}"
LICENSE = "BSD-X"
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "libxfont xtrans"

SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=FS"
S = "${WORKDIR}/FS"

inherit autotools pkgconfig

do_stage() {
	autotools_stage_all
}