87059dd20e
Fixes http://autobuild.buildroot.net/results/76f/76f838b2b33311897f3c2ce82a65f3b73af2c046/ Propagate reverse dependency to janus-gateway. I did not propagate the reverse dependency to kodi, ola and systemd because they are not available for nios. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
27 lines
1.0 KiB
Plaintext
27 lines
1.0 KiB
Plaintext
config BR2_PACKAGE_JANUS_GATEWAY
|
|
bool "janus-gateway"
|
|
select BR2_PACKAGE_LIBMICROHTTPD
|
|
select BR2_PACKAGE_JANSSON
|
|
select BR2_PACKAGE_LIBNICE
|
|
select BR2_PACKAGE_SOFIA_SIP
|
|
select BR2_PACKAGE_LIBSRTP
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_DING_LIBS
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2, libmicrohttpd
|
|
depends on BR2_USE_WCHAR # libnice -> libglib2
|
|
depends on BR2_USE_MMU # libnice
|
|
depends on !BR2_STATIC_LIBS # dlopen
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305 # libmicrohttpd
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405 # libmicrohttpd
|
|
help
|
|
Janus is an open source, general purpose, WebRTC gateway
|
|
designed and developed by Meetecho.
|
|
|
|
https://github.com/meetecho/janus-gateway
|
|
|
|
comment "janus-gateway needs a toolchain w/ dynamic library, threads, wchar"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
|