Config.in 546 B

1234567891011121314151617
  1. config BR2_PACKAGE_GUPNP_DLNA
  2. bool "gupnp-dlna"
  3. depends on BR2_USE_WCHAR # glib2
  4. depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
  5. depends on BR2_USE_MMU # glib2
  6. select BR2_PACKAGE_LIBGLIB2
  7. select BR2_PACKAGE_LIBXML2
  8. help
  9. GUPnP DLNA is a small utility library that aims to ease the
  10. DLNA-related tasks such as media profile guessing, transcoding
  11. to a given profile, etc.
  12. http://www.gupnp.org/
  13. comment "gupnp-dlna needs a toolchain w/ wchar, threads"
  14. depends on BR2_USE_MMU
  15. depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS