aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libsdl/libsdl-mixer_1.2.11.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-12-02 16:26:41 +0100
committerKoen Kooi <koen@openembedded.org>2009-12-02 16:26:41 +0100
commita57fe086a8edadbaee8e201eb46efaee8cbc5c70 (patch)
treebcb85e4acf50913b294a8aae948b68419631d8b5 /recipes/libsdl/libsdl-mixer_1.2.11.bb
parent3279b16db4e43578a098bc7c60a4d73f4fdcdc35 (diff)
downloadopenembedded-a57fe086a8edadbaee8e201eb46efaee8cbc5c70.tar.gz
libsdl-mixer: fix flac madness
Diffstat (limited to 'recipes/libsdl/libsdl-mixer_1.2.11.bb')
-rw-r--r--recipes/libsdl/libsdl-mixer_1.2.11.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/recipes/libsdl/libsdl-mixer_1.2.11.bb b/recipes/libsdl/libsdl-mixer_1.2.11.bb
index 5ecd2944a2..ee0ba454ba 100644
--- a/recipes/libsdl/libsdl-mixer_1.2.11.bb
+++ b/recipes/libsdl/libsdl-mixer_1.2.11.bb
@@ -1,10 +1,14 @@
DESCRIPTION = "Simple DirectMedia Layer mixer library."
SECTION = "libs"
PRIORITY = "optional"
-DEPENDS = "virtual/libsdl libmikmod libvorbis"
+DEPENDS = "virtual/libsdl flac libmikmod libvorbis"
LICENSE = "LGPL"
-SRC_URI = "http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-${PV}.tar.gz"
+PR = "r1"
+
+SRC_URI = "http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-${PV}.tar.gz \
+ file://fix-flac-madness.diff;patch=1"
+
S = "${WORKDIR}/SDL_mixer-${PV}"
export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config"