Config.in 390 B

123456789101112
  1. config BR2_PACKAGE_LIBLOKI
  2. bool "libloki"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. depends on BR2_TOOLCHAIN_HAS_THREADS
  5. help
  6. A C++ library of designs, containing flexible
  7. implementations of common design patterns and idioms.
  8. http://sourceforge.net/projects/loki-lib
  9. comment "libloki needs a toolchain w/ C++, threads"
  10. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS