diff options
Diffstat (limited to 'aliens/aliens_1.0.0.oe')
-rw-r--r-- | aliens/aliens_1.0.0.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aliens/aliens_1.0.0.oe b/aliens/aliens_1.0.0.oe index 14be69a031..ec70ac8e16 100644 --- a/aliens/aliens_1.0.0.oe +++ b/aliens/aliens_1.0.0.oe @@ -3,7 +3,7 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -DEPENDS = "virtual/libc virtual/libqpe virtual/libsdl libsdl-mixer" +DEPENDS = "virtual/libqpe virtual/libsdl libsdl-mixer libsdl-image" SRC_URI = "ftp://ftp.sonic.net/pub/users/nbs/unix/agenda/aliens/src/aliens_V${PV}.tar.gz" S = "${WORKDIR}/aliens_V${PV}" |