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