diff options
Diffstat (limited to 'xstroke/xstroke_cvs.oe')
-rw-r--r-- | xstroke/xstroke_cvs.oe | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/xstroke/xstroke_cvs.oe b/xstroke/xstroke_cvs.oe index e69de29bb2..21fc3e6add 100644 --- a/xstroke/xstroke_cvs.oe +++ b/xstroke/xstroke_cvs.oe @@ -0,0 +1,11 @@ +PV = "0.0cvs${CVSDATE}" +SECTION = "x11" +PRIORITY = "optional" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +DEPENDS = "x11 xft xtst" +DESCRIPTION = "Gesture recognition input method for X11" + +SRC_URI = "cvs://anoncvs:anoncvs@xstroke.org/cvs/xstroke;module=xstroke" +S = "${WORKDIR}/xstroke" + +inherit autotools pkgconfig |