janus-gateway: add dependency of streaming plugin on headers >= 3.9
Fixes: http://autobuild.buildroot.net/results/89005444f3dee9002881b5449cd137a32a286e27/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
7ea01e10ee
commit
82b7be6d3e
@ -35,6 +35,11 @@ config BR2_PACKAGE_JANUS_SIP_GATEWAY
|
||||
|
||||
config BR2_PACKAGE_JANUS_STREAMING
|
||||
bool "streaming"
|
||||
# SO_REUSEPORT
|
||||
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9
|
||||
|
||||
comment "streaming plugin needs a toolchain w/ headers >= 3.9"
|
||||
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9
|
||||
|
||||
config BR2_PACKAGE_JANUS_TEXT_ROOM
|
||||
bool "text room"
|
||||
|
Loading…
Reference in New Issue
Block a user