summaryrefslogtreecommitdiff
path: root/packages/libsdl/libsdl-mixer_1.2.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/libsdl/libsdl-mixer_1.2.6.bb')
-rw-r--r--packages/libsdl/libsdl-mixer_1.2.6.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/libsdl/libsdl-mixer_1.2.6.bb b/packages/libsdl/libsdl-mixer_1.2.6.bb
index 84841d9741..0c29a3c625 100644
--- a/packages/libsdl/libsdl-mixer_1.2.6.bb
+++ b/packages/libsdl/libsdl-mixer_1.2.6.bb
@@ -1,9 +1,9 @@
DESCRIPTION = "Simple DirectMedia Layer mixer library."
SECTION = "libs"
PRIORITY = "optional"
-DEPENDS = "virtual/libsdl libmikmod"
+DEPENDS = "virtual/libsdl libmikmod libvorbis"
LICENSE = "LGPL"
-PR = "r2"
+PR = "r3"
SRC_URI = "http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-${PV}.tar.gz"
S = "${WORKDIR}/SDL_mixer-${PV}"