summaryrefslogtreecommitdiff
path: root/xrandr/xrandr-cvs.oe
blob: 4ae5f76880c7511bfdd797e92fed33638ccf190b (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 

do_configure_prepend() {
	./autogen.sh
}