summaryrefslogtreecommitdiff
path: root/package/zmqpp/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/zmqpp/Config.in')
-rw-r--r--package/zmqpp/Config.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/zmqpp/Config.in b/package/zmqpp/Config.in
index 03792240d..602425fc8 100644
--- a/package/zmqpp/Config.in
+++ b/package/zmqpp/Config.in
@@ -1,7 +1,7 @@
config BR2_PACKAGE_ZMQPP
bool "zmqpp"
- # c++0x support
- depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_6
+ # c++1x support
+ depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_USE_WCHAR # util-linux
depends on BR2_TOOLCHAIN_HAS_THREADS # zeromq
@@ -14,9 +14,9 @@ config BR2_PACKAGE_ZMQPP
http://github.com/benjamg/zmqpp
-comment "zmqpp needs a toolchain w/ C++, wchar, threads, gcc >= 4.6"
+comment "zmqpp needs a toolchain w/ C++, wchar, threads, gcc >= 4.7"
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
- !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_6
+ !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
if BR2_PACKAGE_ZMQPP