diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-02-01 17:48:27 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-02-01 17:48:27 +0000 |
commit | 077755982f56eece52cbb3a90c0ba373bc53b225 (patch) | |
tree | 8900d642e0cb8afe42abbcc5cf5fcb4366c7b2ad /knights/knights_1.14.oe | |
parent | 9a8046ebf9a398d7f43bdf74c69be0a9e07898d4 (diff) |
add freenote (auto correction type program) - needs the fileselector from libsdl - needs to be ported to use another one
BKrev: 401d3bebMwiH9Z5NRbXUDnUMlCYvlA
Diffstat (limited to 'knights/knights_1.14.oe')
-rw-r--r-- | knights/knights_1.14.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/knights/knights_1.14.oe b/knights/knights_1.14.oe index db16d467b6..664f7b3732 100644 --- a/knights/knights_1.14.oe +++ b/knights/knights_1.14.oe @@ -3,8 +3,8 @@ SECTION="base" PRIORITY="optional" MAINTAINER="Michael Lauer <mickey@Vanille.de>" LICENSE="GPL" -RDEPENDS="libqpe1" -DEPENDS="virtual/libc phalanx" +RDEPENDS="libqpe1 phalanx" +DEPENDS=virtual/libc virtual/libqpe SRC_URI = http://www.houseoffish.org/${PN}/downloads/${PN}.tar.gz \ file://${FILESDIR}/libqpe-opie.patch;patch=1 \ |