toolchain: bump Codescape IMG MIPS version to 2016.05-06
[buildroot-gz.git] / package / gupnp-av / Config.in
blob5320b82b5a491e9f98795f487608a7826028b57d
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 (audio/video)
11           applications using GUPnP.
13           http://www.gupnp.org/
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