blob: 9277cc510ba5446a984a2649274fd1034313acb8 (
plain)
1
2
3
4
5
6
7
8
|
PV = "0.0cvs${CVSDATE}"
DEPENDS = "libxrandr x11 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
|