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:
parent
67dcfd23a9
commit
263b7d23f6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user