Config.in 511 B

1234567891011121314
  1. config 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. http://libmemcached.org/libMemcached.html
  11. comment "libmemcached needs a toolchain w/ C++, threads"
  12. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS