blob: 3bf4132f20386dc898bd64a7e8fc580163a04f26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
PV = "0.0cvs${CVSDATE}"
LICENSE = "BSD-X"
SECTION = "x11/libs"
DEPENDS = "randrext x11 libxrender xext"
DESCRIPTION = "X Resize and Rotate extension library."
PR = "r1"
SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xrandr"
S = "${WORKDIR}/Xrandr"
inherit autotools pkgconfig
|