summaryrefslogtreecommitdiff
path: root/packages/xstroke/xstroke_cvs.bb
diff options
context:
space:
mode:
authorJustin Patrin <papercrane@gmail.com>2005-08-11 22:56:38 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-11 22:56:38 +0000
commit98d59ca10310424f7b9e03188321251ff490291e (patch)
tree844d671cb356ef12f79357202217d0f17787e9fd /packages/xstroke/xstroke_cvs.bb
parenta55bb1084356a8f5220c856c4221a9448ee55444 (diff)
parent216826630f56103c2d75c0c512c1978fa65079a3 (diff)
merge of a0401b9f09376ea2c7d6eb10ff1ccfb84ec7649c
and a0a93c4cb9609431f78a0188791c0cd9574687c9
Diffstat (limited to 'packages/xstroke/xstroke_cvs.bb')
-rw-r--r--packages/xstroke/xstroke_cvs.bb10
1 files changed, 6 insertions, 4 deletions
diff --git a/packages/xstroke/xstroke_cvs.bb b/packages/xstroke/xstroke_cvs.bb
index e425addbb2..43efdf2965 100644
--- a/packages/xstroke/xstroke_cvs.bb
+++ b/packages/xstroke/xstroke_cvs.bb
@@ -1,10 +1,12 @@
-PV = "0.0cvs${CVSDATE}"
+DESCRIPTION = "Gesture recognition input method for X11"
+LICENSE = "GPL"
SECTION = "x11"
PRIORITY = "optional"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
-DEPENDS = "x11 xft xtst"
-DESCRIPTION = "Gesture recognition input method for X11"
-LICENSE = "GPL"
+DEPENDS = "x11 xft xtst xpm"
+PV = "0.0cvs${CVSDATE}"
+PR = "r1"
+
SRC_URI = "cvs://anoncvs:anoncvs@xstroke.org/cvs/xstroke;module=xstroke"
S = "${WORKDIR}/xstroke"