summaryrefslogtreecommitdiff
path: root/packages/xinerama/xinerama_cvs.bb
blob: 3d3c8546859129a75d6ad172fa35de532ef4e502 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "Xinerama library"
LICENSE = "MIT"
SECTION = "x11/libs"
PRIORITY = "optional"
DEPENDS = "panoramixext xproto x11 xext"
PV = "0.0+cvs${SRCDATE}"

SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xinerama"
S = "${WORKDIR}/Xinerama"

inherit autotools pkgconfig 

do_stage() {
	autotools_stage_all
}