|
@@ -7,6 +7,7 @@ config BR2_PACKAGE_LINPHONE
|
|
|
# belr, belle-sip, mediastreamer
|
|
|
depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735
|
|
|
depends on BR2_USE_WCHAR # belle-sip
|
|
|
+ depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5 # mediastreamer
|
|
|
select BR2_PACKAGE_BELLE_SIP
|
|
|
select BR2_PACKAGE_BELR
|
|
|
select BR2_PACKAGE_LIBXML2
|
|
@@ -30,10 +31,11 @@ config BR2_PACKAGE_LINPHONE
|
|
|
|
|
|
http://www.linphone.org/
|
|
|
|
|
|
-comment "linphone needs a toolchain w/ threads, C++, dynamic library, wchar"
|
|
|
+comment "linphone needs a toolchain w/ threads, C++, dynamic library, wchar, gcc >= 5"
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
|
|
|
- !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
|
|
|
+ !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || \
|
|
|
+ !BR2_TOOLCHAIN_GCC_AT_LEAST_5
|
|
|
|
|
|
comment "linphone needs a toolchain not affected by GCC bug 64735"
|
|
|
depends on BR2_TOOLCHAIN_HAS_GCC_BUG_64735
|