Config.in 528 B

1234567891011121314151617
  1. config BR2_PACKAGE_GUPNP_AV
  2. bool "gupnp-av"
  3. depends on BR2_USE_WCHAR # glib2, gupnp
  4. depends on BR2_TOOLCHAIN_HAS_THREADS # glib2, gupnp
  5. depends on BR2_USE_MMU # glib2, gupnp
  6. select BR2_PACKAGE_LIBGLIB2
  7. select BR2_PACKAGE_GUPNP
  8. select BR2_PACKAGE_LIBXML2
  9. help
  10. GUPnP-AV is a collection of helpers for building AV
  11. (audio/video) applications using GUPnP.
  12. http://www.gupnp.org/
  13. comment "gupnp-av needs a toolchain w/ wchar, threads"
  14. depends on BR2_USE_MMU
  15. depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS