1config BR2_PACKAGE_LIBMEMCACHED 2 bool "libmemcached" 3 depends on BR2_INSTALL_LIBSTDCPP 4 depends on BR2_TOOLCHAIN_HAS_THREADS 5 help 6 libMemcached is an open source C/C++ client library and tools 7 for the memcached server. 8 It has been designed to be light on memory usage, thread safe, 9 and provide full access to server side methods. 10 11 http://libmemcached.org/libMemcached.html 12 13comment "libmemcached needs a toolchain w/ C++, threads" 14 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS 15