diff options
Diffstat (limited to 'waimea/waimea_cvs.oe')
-rw-r--r-- | waimea/waimea_cvs.oe | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/waimea/waimea_cvs.oe b/waimea/waimea_cvs.oe index e69de29bb2..741051c762 100644 --- a/waimea/waimea_cvs.oe +++ b/waimea/waimea_cvs.oe @@ -0,0 +1,14 @@ +SECTION = "x11/wm" +DESCRIPTION = "Waimea is a highly customizable window manager for the X Window \ +system conforming to the latest EWMH specification." +MAINTAINER = "Chris Larson <kergoth@handhelds.org>" +DEPENDS = "cairo libpng xrandr libsvg-cairo xext" +PV = "0.0cvs${CVSDATE}" + +SRC_URI = "cvs://anoncvs:@cvs.waimea.org/cvs/waimea;module=waimea;method=pserver" +S = "${WORKDIR}/waimea" + +inherit autotools + +# FIXME: waimea requires a full libx11, for the Xutf8TextProperty stuff +BROKEN = "1" |