mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
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:
committed by
Thomas Petazzoni
parent
67dcfd23a9
commit
263b7d23f6
@@ -54,7 +54,7 @@ endif
|
|||||||
ifeq ($(BR2_PACKAGE_MPD_FLAC),y)
|
ifeq ($(BR2_PACKAGE_MPD_FLAC),y)
|
||||||
MPD_DEPENDENCIES += flac
|
MPD_DEPENDENCIES += flac
|
||||||
else
|
else
|
||||||
MPD_CONF_OPT += --without-flac --disable-oggflac
|
MPD_CONF_OPT += --disable-flac
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_MPD_CURL),y)
|
ifeq ($(BR2_PACKAGE_MPD_CURL),y)
|
||||||
|
|||||||
Reference in New Issue
Block a user