Config.in 467 B

1234567891011121314
  1. config BR2_PACKAGE_LIBMPD
  2. bool "libmpd"
  3. depends on BR2_USE_WCHAR # glib2
  4. select BR2_PACKAGE_LIBGLIB2
  5. select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
  6. help
  7. High-level client library for accessing Music Player Daemon.
  8. LibMpd is a library that provides high-level, callback-based
  9. access to Music Player Daemon (mpd).
  10. http://gmpcwiki.sarine.nl/index.php?title=Libmpd
  11. comment "libmpd requires a toolchain with WCHAR support"
  12. depends on !BR2_USE_WCHAR