summaryrefslogtreecommitdiff
path: root/libsdl/libsdl-image_1.2.3.oe
diff options
context:
space:
mode:
Diffstat (limited to 'libsdl/libsdl-image_1.2.3.oe')
-rw-r--r--libsdl/libsdl-image_1.2.3.oe2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsdl/libsdl-image_1.2.3.oe b/libsdl/libsdl-image_1.2.3.oe
index d52440507b..d8325cf7da 100644
--- a/libsdl/libsdl-image_1.2.3.oe
+++ b/libsdl/libsdl-image_1.2.3.oe
@@ -2,7 +2,7 @@ DESCRIPTION = "Simple DirectMedia Layer image library."
SECTION = "libs"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
-DEPENDS = "base/zlib base/libpng base/jpeg virtual/libsdl"
+DEPENDS = "zlib libpng jpeg virtual/libsdl"
SRC_URI = "http://www.libsdl.org/projects/SDL_image/release/SDL_image-${PV}.tar.gz"
S = "${WORKDIR}/SDL_image-${PV}"