diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-03-30 18:48:09 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-03-30 18:48:09 +0000 |
commit | b95354418358bc868bf0bfa2ee93ed36721ff78e (patch) | |
tree | 71f48cc01793813289e10bac931c0807762e8336 /aliens | |
parent | bbd6fcd58c676233d7eb6a08e5bd277c4e0d198b (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/03/30 20:48:03+02:00 uni-frankfurt.de!mickey
aliens depends on libsdl-mixer
2004/03/30 20:47:12+02:00 uni-frankfurt.de!mickey
add xstroke courtesy pb_
BKrev: 4069c0e9lt5F9QpHRdp5vaOjUngwew
Diffstat (limited to 'aliens')
-rw-r--r-- | aliens/aliens_1.0.0.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aliens/aliens_1.0.0.oe b/aliens/aliens_1.0.0.oe index b677a6dc8f..130d84d7e0 100644 --- a/aliens/aliens_1.0.0.oe +++ b/aliens/aliens_1.0.0.oe @@ -3,8 +3,8 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -RDEPENDS = "libqpe1 libsdl" -DEPENDS = "virtual/libc virtual/libqpe virtual/libsdl" +RDEPENDS = "libqpe1 libsdl libsdl-mixer" +DEPENDS = "virtual/libc virtual/libqpe virtual/libsdl libsdl-mixer" SRC_URI = "ftp://ftp.sonic.net/pub/users/nbs/unix/agenda/aliens/src/aliens_V${PV}.tar.gz" S = "${WORKDIR}/aliens_V${PV}" |