libeXosip2: needs mmu
Fixes http://autobuild.buildroot.net/results/24ecad26f908a74de8335f1852117d3eda0c2110/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
244404a11d
commit
dd3abd75cb
@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_LIBEXOSIP2
|
||||
bool "libeXosip2"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
select BR2_PACKAGE_LIBOSIP2
|
||||
help
|
||||
eXosip is a library that hides the complexity of using the
|
||||
|
@ -6,6 +6,7 @@ config BR2_PACKAGE_LINPHONE
|
||||
select BR2_PACKAGE_MEDIASTREAMER
|
||||
depends on BR2_INSTALL_LIBSTDCPP # mediastreamer
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # ortp
|
||||
depends on BR2_USE_MMU # libeXosip2
|
||||
help
|
||||
Linphone is an internet phone or Voice Over IP phone (VoIP).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user