|
@@ -14,13 +14,6 @@ config BR2_PACKAGE_ZMQPP
|
|
|
|
|
|
http://github.com/benjamg/zmqpp
|
|
|
|
|
|
-comment "zmqpp needs a toolchain w/ C++, threads, gcc >= 4.7"
|
|
|
- depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
|
|
|
- !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
|
|
|
-
|
|
|
-comment "zmqpp needs exception_ptr"
|
|
|
- depends on BR2_TOOLCHAIN_HAS_GCC_BUG_64735
|
|
|
-
|
|
|
if BR2_PACKAGE_ZMQPP
|
|
|
|
|
|
config BR2_PACKAGE_ZMQPP_CLIENT
|
|
@@ -39,3 +32,10 @@ comment "zmqpp client needs a toolchain w/ dynamic library, threads, wchar"
|
|
|
|| !BR2_USE_WCHAR
|
|
|
|
|
|
endif
|
|
|
+
|
|
|
+comment "zmqpp needs a toolchain w/ C++, threads, gcc >= 4.7"
|
|
|
+ depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
|
|
|
+ !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
|
|
|
+
|
|
|
+comment "zmqpp needs exception_ptr"
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_GCC_BUG_64735
|