aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xstroke
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-08-11 18:44:42 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-11 18:44:42 +0000
commita76acab92a5892e757c478df2f07be52b6669e5a (patch)
treedd2c595f145fd7dacc91e56584401598f2c54523 /packages/xstroke
parentbece5b20b67cbd731804da824758eda49875eef9 (diff)
downloadopenembedded-a76acab92a5892e757c478df2f07be52b6669e5a.tar.gz
xstroke needs xpm
Diffstat (limited to 'packages/xstroke')
-rw-r--r--packages/xstroke/xstroke_0.6.bb6
-rw-r--r--packages/xstroke/xstroke_cvs.bb10
2 files changed, 9 insertions, 7 deletions
diff --git a/packages/xstroke/xstroke_0.6.bb b/packages/xstroke/xstroke_0.6.bb
index 842bad006a..c905b7b601 100644
--- a/packages/xstroke/xstroke_0.6.bb
+++ b/packages/xstroke/xstroke_0.6.bb
@@ -1,10 +1,10 @@
+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"
-PR = "r1"
+DEPENDS = "x11 xft xtst xpm"
+PR = "r2"
SRC_URI = "http://xstroke.org/releases/xstroke-0.6.tar.gz \
file://auto-disable.patch;patch=1;pnum=0"
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"