From d9f0b85549cc68d1906ad5c3f3ee53a233215671 Mon Sep 17 00:00:00 2001 From: Oliver Schib Date: Wed, 2 Mar 2016 21:14:16 +0100 Subject: build mpd with pipe output Signed-off-by: Oliver Schib --- package/mpd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package/mpd') diff --git a/package/mpd/Makefile b/package/mpd/Makefile index f9af413c9..9c973dce0 100644 --- a/package/mpd/Makefile +++ b/package/mpd/Makefile @@ -151,7 +151,8 @@ CONFIGURE_ARGS+= --disable-jack \ --disable-sqlite \ --disable-mpg123 \ --disable-soundcloud \ - --enable-inotify + --enable-inotify \ + --enable-pipe-output ifneq (${ADK_PACKAGE_MPD_WITH_SNDFILE},) CONFIGURE_ARGS+= --enable-sndfile -- cgit v1.2.3