diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-06-15 19:02:51 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-06-15 19:02:51 +0000 |
commit | 18a91696a4da9d9620dc63a3a35c0d976eb2e202 (patch) | |
tree | 0ac3665b5b57794465b39bebca930bb34c91fae4 /vectoroids | |
parent | b49dab19c771f3a6093d1898db66cb6834dd03c6 (diff) |
fixed compile errors
BKrev: 40cf47dbOCLjAyIGs04_o9Vg31T7mw
Diffstat (limited to 'vectoroids')
-rw-r--r-- | vectoroids/vectoroids_1.1.0.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vectoroids/vectoroids_1.1.0.oe b/vectoroids/vectoroids_1.1.0.oe index ce2539785b..840cb45db7 100644 --- a/vectoroids/vectoroids_1.1.0.oe +++ b/vectoroids/vectoroids_1.1.0.oe @@ -3,7 +3,7 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -DEPENDS = "virtual/libqpe virtual/libsdl" +DEPENDS = "virtual/libqpe virtual/libsdl libsdl-image libsdl-mixer" SRC_URI = "ftp://ftp.sonic.net/pub/users/nbs/unix/x/vectoroids/src/vectoroids-${PV}.tar.gz" |