summaryrefslogtreecommitdiff
path: root/libsdl/libsdl-image_1.2.3.oe
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-05-17 17:59:19 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-05-17 17:59:19 +0000
commitc0693fb6be8d4f74e569963a5cec67df78af1721 (patch)
tree97f04502db4da4bc276dff3e679a07e820dc58ff /libsdl/libsdl-image_1.2.3.oe
parent3e7b0e770e1d6e119cb38c1853cdc0389ef324a9 (diff)
add libsdl-gfx and cleanup metadata of other SDL packages
BKrev: 40a8fd775uO-ypPU2PsTGzresP8N0g
Diffstat (limited to 'libsdl/libsdl-image_1.2.3.oe')
-rw-r--r--libsdl/libsdl-image_1.2.3.oe6
1 files changed, 3 insertions, 3 deletions
diff --git a/libsdl/libsdl-image_1.2.3.oe b/libsdl/libsdl-image_1.2.3.oe
index f29f2e6ad9..d52440507b 100644
--- a/libsdl/libsdl-image_1.2.3.oe
+++ b/libsdl/libsdl-image_1.2.3.oe
@@ -1,8 +1,8 @@
-SECTION = "NET"
+DESCRIPTION = "Simple DirectMedia Layer image library."
+SECTION = "libs"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
-DEPENDS = "virtual/libc base/zlib base/libpng base/jpeg virtual/libsdl"
-DESCRIPTION = "Simple DirectMedia Layer image library."
+DEPENDS = "base/zlib base/libpng base/jpeg virtual/libsdl"
SRC_URI = "http://www.libsdl.org/projects/SDL_image/release/SDL_image-${PV}.tar.gz"
S = "${WORKDIR}/SDL_image-${PV}"