From: Steve Sakoman Date: Mon, 23 Nov 2009 17:24:35 +0000 (-0800) Subject: flac: disable xmms plugin since it breaks the build X-Git-Tag: Release-2010-05/1~1611^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ec12de55340a96b023ef25e54bcb9a1803a57ec;p=openembedded.git flac: disable xmms plugin since it breaks the build --- diff --git a/recipes/flac/flac.inc b/recipes/flac/flac.inc index d20dacde58..b90abd3278 100644 --- a/recipes/flac/flac.inc +++ b/recipes/flac/flac.inc @@ -12,6 +12,7 @@ inherit autotools EXTRA_OECONF = "--disable-oggtest --disable-id3libtest \ --with-ogg-libraries=${STAGING_LIBDIR} \ --with-ogg-includes=${STAGING_INCDIR} \ + --disable-xmms-plugin \ --without-xmms-prefix \ --without-xmms-exec-prefix \ --without-libiconv-prefix \