|
@@ -1,5 +1,6 @@
|
|
|
config BR2_PACKAGE_LIBCPPRESTSDK
|
|
|
bool "libcpprestsdk"
|
|
|
+ depends on BR2_ENABLE_LOCALE
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
depends on BR2_USE_WCHAR # boost
|
|
|
depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # exception_ptr
|
|
@@ -22,10 +23,10 @@ config BR2_PACKAGE_LIBCPPRESTSDK
|
|
|
|
|
|
https://github.com/Microsoft/cpprestsdk
|
|
|
|
|
|
-comment "libcpprestsdk needs a toolchain w/ NPTL, C++, wchar"
|
|
|
+comment "libcpprestsdk needs a toolchain w/ NPTL, C++, wchar, locale"
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL || \
|
|
|
!BR2_INSTALL_LIBSTDCPP || \
|
|
|
- !BR2_USE_WCHAR
|
|
|
+ !BR2_USE_WCHAR || !BR2_ENABLE_LOCALE
|
|
|
|
|
|
comment "libcpprestsdk needs exception_ptr"
|
|
|
depends on BR2_TOOLCHAIN_HAS_GCC_BUG_64735
|