Config.in 435 B

123456789101112131415
  1. config 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. https://www.ympd.org/
  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