mpd: Fix config option for plugin FLAC

Signed-off-by: Jörg Krause <jkrause@posteo.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Joerg Krause 2014-08-11 13:42:52 +02:00 committed by Thomas Petazzoni
parent 67dcfd23a9
commit 263b7d23f6

View File

@ -54,7 +54,7 @@ endif
ifeq ($(BR2_PACKAGE_MPD_FLAC),y)
MPD_DEPENDENCIES += flac
else
MPD_CONF_OPT += --without-flac --disable-oggflac
MPD_CONF_OPT += --disable-flac
endif
ifeq ($(BR2_PACKAGE_MPD_CURL),y)