lutok: move to Lua libraries menu
[buildroot-gz.git] / package / gupnp-dlna / Config.in
bloba0ecdb3b16d81dc5f0dc522d041a47e2f3c3cfe0
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.
13           http://www.gupnp.org/
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