aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xorg-lib/libxinerama_cvs.bb
blob: 3e959df19e8bcf68cf2f171fcd43928e4980fa49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "Xinerama library"
LICENSE = "MIT"
SECTION = "x11/libs"
PRIORITY = "optional"
DEPENDS = "panoramixext xproto libx11 libxext"
PROVIDES = "xinerama"
PV = "0.0+cvs${SRCDATE}"

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

inherit autotools pkgconfig 

do_stage() {
	autotools_stage_all
}