blob: df0705db9cb0e476e4ee26c946e6750817506274 (
plain)
1
2
3
4
5
6
7
8
9
10
|
PV = "0.0cvs${CVSDATE}"
DEPENDS = "x11 xmu xext"
DESCRIPTION = "property displayer for X"
MAINTER = "Rene Wagner <reenoo@gmx.de>"
SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xorg;module=xc/programs/xprop \
file://autofoo.patch;patch=1"
S = "${WORKDIR}/xprop"
inherit autotools pkgconfig
|