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:
Gustavo Zacarias 2013-03-01 00:21:16 +00:00 committed by Peter Korsgaard
parent 244404a11d
commit dd3abd75cb
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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).