From 0f52b1ff7788084be13e0575a94e7d8fa9adb9f1 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 f65f90858..5c54e2f77 100644 --- a/sound/mpd/Makefile +++ b/sound/mpd/Makefile @@ -116,6 +116,7 @@ CONFIGURE_ARGS += \ --disable-pulse \ --disable-sidplay \ --disable-solaris-output \ + --disable-soup \ --disable-sqlite \ --disable-twolame-encoder \ --enable-wave-encoder \