* Update buildroot 2020.02.01 Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix LN * Fix wpa Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix lint Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * fix-network Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix script Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
17 lines
616 B
Plaintext
17 lines
616 B
Plaintext
config BR2_PACKAGE_GMRENDER_RESURRECT
|
|
bool "gmrender-resurrect"
|
|
depends on BR2_USE_WCHAR # gstreamer1 -> libglib2
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # gstreamer1 -> libglib2, libupnp
|
|
depends on BR2_USE_MMU # gstreamer1
|
|
select BR2_PACKAGE_GSTREAMER1
|
|
select BR2_PACKAGE_GST1_PLUGINS_BASE # run-time only
|
|
select BR2_PACKAGE_LIBUPNP18 if !BR2_PACKAGE_LIBUPNP
|
|
help
|
|
UPnP (DLNA) media renderer based on gstreamer
|
|
|
|
https://github.com/hzeller/gmrender-resurrect
|
|
|
|
comment "gmrender-resurrect needs a toolchain w/ wchar, threads"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|