mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-25 20:26:34 +00:00
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
|
config BR2_PACKAGE_LIBEXOSIP2
|
||||||
bool "libeXosip2"
|
bool "libeXosip2"
|
||||||
|
depends on BR2_USE_MMU # fork()
|
||||||
select BR2_PACKAGE_LIBOSIP2
|
select BR2_PACKAGE_LIBOSIP2
|
||||||
help
|
help
|
||||||
eXosip is a library that hides the complexity of using the
|
eXosip is a library that hides the complexity of using the
|
||||||
|
@ -6,6 +6,7 @@ config BR2_PACKAGE_LINPHONE
|
|||||||
select BR2_PACKAGE_MEDIASTREAMER
|
select BR2_PACKAGE_MEDIASTREAMER
|
||||||
depends on BR2_INSTALL_LIBSTDCPP # mediastreamer
|
depends on BR2_INSTALL_LIBSTDCPP # mediastreamer
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # ortp
|
depends on BR2_TOOLCHAIN_HAS_THREADS # ortp
|
||||||
|
depends on BR2_USE_MMU # libeXosip2
|
||||||
help
|
help
|
||||||
Linphone is an internet phone or Voice Over IP phone (VoIP).
|
Linphone is an internet phone or Voice Over IP phone (VoIP).
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user