2015-09-15 10:04:41 +02:00
|
|
|
config BR2_PACKAGE_GUPNP_AV
|
|
|
|
bool "gupnp-av"
|
|
|
|
depends on BR2_USE_WCHAR # glib2, gupnp
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2, gupnp
|
|
|
|
depends on BR2_USE_MMU # glib2, gupnp
|
|
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
|
|
select BR2_PACKAGE_GUPNP
|
|
|
|
select BR2_PACKAGE_LIBXML2
|
|
|
|
help
|
2017-07-31 15:53:43 +02:00
|
|
|
GUPnP-AV is a collection of helpers for building AV
|
|
|
|
(audio/video) applications using GUPnP.
|
2015-09-15 10:04:41 +02:00
|
|
|
|
|
|
|
http://www.gupnp.org/
|
|
|
|
|
|
|
|
comment "gupnp-av needs a toolchain w/ wchar, threads"
|
|
|
|
depends on BR2_USE_MMU
|
|
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|