Config.in 615 B

1234567891011121314151617
  1. config PACKAGE_UPMPDCLI_SCCTL
  2. bool "scctl command for configuring SongCast receivers"
  3. default no
  4. depends on PACKAGE_upmpdcli
  5. help
  6. Installs the scctl command. See the following link for more info:
  7. http://www.lesbonscomptes.com/upmpdcli/scmulti.html
  8. config PACKAGE_UPMPDCLI_SC_WEB_INTERFACE
  9. bool "SongCast web server and associated files (depends on python)"
  10. default no
  11. depends on PACKAGE_upmpdcli
  12. select PACKAGE_python
  13. select PACKAGE_UPMPDCLI_SCCTL
  14. help
  15. Installs the SongCast web interface and web server. See the following
  16. link for more info: http://www.lesbonscomptes.com/upmpdcli/scmulti.html