[oe-commits] Martin Jansa : libsdl-mixer-1.2.11: disable music-flac, because of configure fails to detect libflac

git version control git at git.openembedded.org
Thu Nov 26 08:16:08 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: dd4a58edd9850b1a3796ca73a6679423fa8a3c46
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=dd4a58edd9850b1a3796ca73a6679423fa8a3c46

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Nov 26 09:14:36 2009 +0100

libsdl-mixer-1.2.11: disable music-flac, because of configure fails to detect libflac

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/libsdl/libsdl-mixer_1.2.11.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/libsdl/libsdl-mixer_1.2.11.bb b/recipes/libsdl/libsdl-mixer_1.2.11.bb
index 5ecd294..055810a 100644
--- a/recipes/libsdl/libsdl-mixer_1.2.11.bb
+++ b/recipes/libsdl/libsdl-mixer_1.2.11.bb
@@ -11,7 +11,7 @@ export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config"
 
 inherit autotools_stage
 
-EXTRA_OECONF = "--disable-music-mp3"
+EXTRA_OECONF = "--disable-music-mp3 --disable-music-flac"
 # although we build smpeg... need to find out how
 # to deal with optional dependencies
 





More information about the Openembedded-commits mailing list