xref: /OK3568_Linux_fs/buildroot/package/gupnp-av/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
11	  (audio/video) applications using GUPnP.
12
13	  http://www.gupnp.org/
14
15comment "gupnp-av needs a toolchain w/ wchar, threads"
16	depends on BR2_USE_MMU
17	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
18