diff options
Diffstat (limited to 'xprop/xprop_cvs.oe')
-rw-r--r-- | xprop/xprop_cvs.oe | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/xprop/xprop_cvs.oe b/xprop/xprop_cvs.oe index e69de29bb2..df0705db9c 100644 --- a/xprop/xprop_cvs.oe +++ b/xprop/xprop_cvs.oe @@ -0,0 +1,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 |