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