diff options
Diffstat (limited to 'package/msgpack/Config.in')
-rw-r--r-- | package/msgpack/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/msgpack/Config.in b/package/msgpack/Config.in index daa4fddc6f..b380c58f03 100644 --- a/package/msgpack/Config.in +++ b/package/msgpack/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_MSGPACK bool "msgpack" depends on BR2_INSTALL_LIBSTDCPP + depends on !BR2_arc # atomic builtins help MessagePack is an efficient binary serialization format. @@ -11,3 +12,4 @@ config BR2_PACKAGE_MSGPACK comment "msgpack needs a toolchain w/ C++" depends on !BR2_INSTALL_LIBSTDCPP + depends on !BR2_arc |