aboutsummaryrefslogtreecommitdiffstats
path: root/xrandr/xrandr-cvs.oe
blob: 026b5c9a0e5194c45ecf6d6ccecd0b26e3d7d6bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
PV = "0.0cvs${CVSDATE}"
DEPENDS = "virtual/libc libXrandr x11 render xrender xext"
DESCRIPTION = "X Resize and Rotate extension command."

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

inherit autotools pkgconfig libtool

do_configure_prepend() {
	./autogen.sh
}