diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-04-24 11:34:35 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-24 11:34:35 +0000 |
commit | 267fee5170271af78d727ea7f11d43118bba33d8 (patch) | |
tree | 393f3cfa90d95d080a3afefcaf28ec290e7aaa1a | |
parent | db203dabecc3260c2c691b8ac26cfa01d92b7d4f (diff) |
abuse: remove bogus depends, they come in via sdl class now
-rw-r--r-- | packages/abuse/abuse_0.7.0.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/abuse/abuse_0.7.0.bb b/packages/abuse/abuse_0.7.0.bb index c918564627..17280718b8 100644 --- a/packages/abuse/abuse_0.7.0.bb +++ b/packages/abuse/abuse_0.7.0.bb @@ -1,7 +1,6 @@ -DESCRIPTION = "Abuse-SDL is a port of Abuse by Crack Dot Com to Linux using the Simple DirectMedia Layer library." +DESCRIPTION = "Abuse-SDL is a port of Abuse by Crack Dot Com to Linux - SDL edition." SECTION = "games" LICENSE = "GPL" -DEPENDS = "virtual/libsdl libsdl-mixer libsdl-image" APPNAME = "abuse.sdl" SRC_URI = "http://www.labyrinth.net.au/~trandor/abuse/files/abuse_sdl-${PV}.tar.bz2" |