From 62031da16a8f291ac308de0b90140417c16b8203 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 2 Sep 2014 16:01:28 +0200 Subject: [PATCH] mpd: disable libsoup this showed up during the BB build Signed-off-by: John Crispin --- sound/mpd/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/mpd/Makefile b/sound/mpd/Makefile index bbe4cd2d59..8047a30d60 100644 --- a/sound/mpd/Makefile +++ b/sound/mpd/Makefile @@ -112,6 +112,7 @@ CONFIGURE_ARGS += \ --disable-pulse \ --disable-sidplay \ --disable-solaris-output \ + --disable-soup \ --disable-sqlite \ --disable-twolame-encoder \ --enable-wave-encoder \