summaryrefslogtreecommitdiff
path: root/libsdl/libsdl-mixer_1.2.5.oe
diff options
context:
space:
mode:
Diffstat (limited to 'libsdl/libsdl-mixer_1.2.5.oe')
-rw-r--r--libsdl/libsdl-mixer_1.2.5.oe6
1 files changed, 3 insertions, 3 deletions
diff --git a/libsdl/libsdl-mixer_1.2.5.oe b/libsdl/libsdl-mixer_1.2.5.oe
index af041b99d1..428f91251e 100644
--- a/libsdl/libsdl-mixer_1.2.5.oe
+++ b/libsdl/libsdl-mixer_1.2.5.oe
@@ -1,8 +1,8 @@
-SECTION = "NET"
+DESCRIPTION = "Simple DirectMedia Layer mixer library."
+SECTION = "libs"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
-DEPENDS = "virtual/libc virtual/libsdl"
-DESCRIPTION = "Simple DirectMedia Layer mixer library."
+DEPENDS = "virtual/libsdl"
SRC_URI = "http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-${PV}.tar.gz"
S = "${WORKDIR}/SDL_mixer-${PV}"