1 config BR2_PACKAGE_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
10 GUPnP-AV is a collection of helpers for building AV (audio/video)
11 applications using GUPnP.
15 comment "gupnp-av needs a toolchain w/ wchar, threads"
16 depends on BR2_USE_MMU
17 depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS