Remove unsupported libcue from package mpd

Support for libcue has been removed for mpd since version 0.17.

Signed-off-by: Jörg Krause <jkrause@posteo.de>
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Joerg Krause 2014-07-31 00:45:43 +02:00 committed by Thomas Petazzoni
parent d090349868
commit 3bff0fa1be
2 changed files with 0 additions and 12 deletions

View File

@ -96,12 +96,6 @@ config BR2_PACKAGE_MPD_LAME
help
Enable lame (mp3) encoding support.
config BR2_PACKAGE_MPD_LIBCUE
bool "libcue"
select BR2_PACKAGE_LIBCUE
help
Enable cue file support.
config BR2_PACKAGE_MPD_LIBSAMPLERATE
bool "libsamplerate"
select BR2_PACKAGE_LIBSAMPLERATE

View File

@ -69,12 +69,6 @@ else
MPD_CONF_OPT += --disable-lame-encoder
endif
ifeq ($(BR2_PACKAGE_MPD_LIBCUE),y)
MPD_DEPENDENCIES += libcue
else
MPD_CONF_OPT += --disable-cue
endif
ifeq ($(BR2_PACKAGE_MPD_LIBSAMPLERATE),y)
MPD_DEPENDENCIES += libsamplerate
else