40aa523af2
[Thomas: - Add the package to package/Config.in - Add dependency on largefile - Add new patch to CMakeLists.txt to remove the unused C++ dependency - Change the existing CMakeLists.txt patch to simply remove the problematic code, and reword the explanation.] Signed-off-by: Eric Limpens <limpens@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 lines
342 B
Plaintext
12 lines
342 B
Plaintext
config BR2_PACKAGE_YMPD
|
|
bool "ympd"
|
|
select BR2_PACKAGE_LIBMPDCLIENT
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_LARGEFILE
|
|
help
|
|
ympd, a standalone MPD Web GUI written in C, utilizing
|
|
Websockets and Bootstrap/JS
|
|
|
|
comment "ympd needs a toolchain w/ threads, largefile"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_LARGEFILE
|