1 config BR2_PACKAGE_YMPD
3 select BR2_PACKAGE_LIBMPDCLIENT
4 depends on BR2_USE_MMU # fork()
5 depends on BR2_TOOLCHAIN_HAS_THREADS
6 depends on !BR2_STATIC_LIBS
8 ympd, a standalone MPD Web GUI written in C, utilizing
9 Websockets and Bootstrap/JS
11 comment "ympd needs a toolchain w/ threads, dynamic library"
12 depends on BR2_USE_MMU
13 depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS