1config 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 9 http://sourceforge.net/projects/loki-lib 10 11comment "libloki needs a toolchain w/ C++, threads" 12 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS 13