blob: 36613de988dad3cc705e4b53d7ce0a1bd565f9f3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
PV = "0.0cvs${CVSDATE}"
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
|