blob: ea6c71c6ab20a4c40470c6a2fbcfe1a8c7a9b9ae (
plain)
1
2
3
4
5
6
7
8
9
10
|
PV = "0.0+cvs${SRCDATE}"
LICENSE= "BSD-X"
DEPENDS = "libxrandr x11 xext"
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
|