blob: 9857637435bb7d46a444976e185df0d83a8b1f72 (
plain)
1
2
3
4
5
6
7
8
9
10
|
PV = "0.0cvs${SRCDATE}"
LICENSE= "BSD-X"
DEPENDS = "libxrandr libx11 libxext"
DESCRIPTION = "X Resize and Rotate extension command."
SECTION = "x11/base"
SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xapps;module=xrandr"
S = "${WORKDIR}/xrandr"
inherit autotools pkgconfig
|