4f2367f416
[Thomas: - Changed hash file to use SHA256 - Remove libiconv handling, since the iconv detection in mpc is broken: if it's not available in the C library, it expects to find iconv() in libintl (from gettext). But it's actually libiconv that provides iconv() for non-locale capable uClibc toolchains. But since anyway the package builds fine without iconv() support and properly detects when it's available, don't bother with this.] Signed-off-by: Thierry Bultel <tbultel@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 lines
169 B
Plaintext
8 lines
169 B
Plaintext
config BR2_PACKAGE_MPD_MPC
|
|
bool "mpd-mpc"
|
|
select BR2_PACKAGE_LIBMPDCLIENT
|
|
help
|
|
A minimalist command line interface to MPD.
|
|
|
|
http://www.musicpd.org/clients/mpc/
|