19ad3a150f
gmrender-resurrect now builds with musl after
4ebbb5cabe
removed the usage of error.h.
Build tested based on
http://autobuild.buildroot.net/toolchains/configs/br-x86-64-musl.config
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
590 B
Plaintext
17 lines
590 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_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
|