diff options
Diffstat (limited to 'aliens/aliens_1.0.0.oe')
-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}" |