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
}