kumquat-buildroot/package/ympd/Config.in
Eric Limpens 40aa523af2 ympd: new package
[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>
2014-10-04 14:39:03 +02:00

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