1 config BR2_PACKAGE_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
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.
15 comment "gupnp-dlna needs a toolchain w/ wchar, threads"
16 depends on BR2_USE_MMU
17 depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS