diff options
Diffstat (limited to 'xstroke')
-rw-r--r-- | xstroke/xstroke-cvs.oe | 2 | ||||
-rw-r--r-- | xstroke/xstroke_0.6.oe | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xstroke/xstroke-cvs.oe b/xstroke/xstroke-cvs.oe index 59c85de31a..a222039f28 100644 --- a/xstroke/xstroke-cvs.oe +++ b/xstroke/xstroke-cvs.oe @@ -2,7 +2,7 @@ PV = "0.0cvs${CVSDATE}" SECTION = "x11" PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@handhelds.org>" -DEPENDS = "virtual/libc x11" +DEPENDS = "x11" DESCRIPTION = "Gesture recognition input method for X11" SRC_URI = "cvs://anoncvs:anoncvs@xstroke.org/cvs/xstroke;module=xstroke" diff --git a/xstroke/xstroke_0.6.oe b/xstroke/xstroke_0.6.oe index 4db2c6a373..999346a1b6 100644 --- a/xstroke/xstroke_0.6.oe +++ b/xstroke/xstroke_0.6.oe @@ -1,7 +1,7 @@ SECTION = "x11" PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@handhelds.org>" -DEPENDS = "virtual/libc x11" +DEPENDS = "x11" DESCRIPTION = "Gesture recognition input method for X11" SRC_URI = "http://xstroke.org/releases/xstroke-0.6.tar.gz" |