diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-08-11 18:44:42 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-11 18:44:42 +0000 |
commit | a76acab92a5892e757c478df2f07be52b6669e5a (patch) | |
tree | dd2c595f145fd7dacc91e56584401598f2c54523 /packages/xstroke | |
parent | bece5b20b67cbd731804da824758eda49875eef9 (diff) |
xstroke needs xpm
Diffstat (limited to 'packages/xstroke')
-rw-r--r-- | packages/xstroke/xstroke_0.6.bb | 6 | ||||
-rw-r--r-- | packages/xstroke/xstroke_cvs.bb | 10 |
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" |