2014-12-12 16:42:47 +01:00
|
|
|
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
|
2015-05-26 12:36:47 +02:00
|
|
|
depends on !BR2_STATIC_LIBS # dlopen
|
2015-07-31 22:25:08 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305 # libmicrohttpd
|
|
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405 # libmicrohttpd
|
2014-12-12 16:42:47 +01:00
|
|
|
help
|
|
|
|
Janus is an open source, general purpose, WebRTC gateway
|
|
|
|
designed and developed by Meetecho.
|
|
|
|
|
|
|
|
https://github.com/meetecho/janus-gateway
|
|
|
|
|
2015-05-26 12:36:47 +02:00
|
|
|
comment "janus-gateway needs a toolchain w/ dynamic library, threads, wchar"
|
2014-12-12 16:42:47 +01:00
|
|
|
depends on BR2_USE_MMU
|
2015-05-26 12:36:47 +02:00
|
|
|
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
|
2015-07-31 22:25:08 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
|
|
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
|