1config BR2_PACKAGE_YMPD 2 bool "ympd" 3 depends on BR2_USE_MMU # fork() 4 depends on BR2_TOOLCHAIN_HAS_THREADS 5 depends on !BR2_STATIC_LIBS 6 select BR2_PACKAGE_LIBMPDCLIENT 7 help 8 ympd, a standalone MPD Web GUI written in C, utilizing 9 Websockets and Bootstrap/JS 10 11 https://www.ympd.org/ 12 13comment "ympd needs a toolchain w/ threads, dynamic library" 14 depends on BR2_USE_MMU 15 depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS 16