1 config BR2_PACKAGE_GLOG
3 depends on BR2_INSTALL_LIBSTDCPP
4 depends on BR2_TOOLCHAIN_HAS_THREADS
5 depends on !BR2_STATIC_LIBS
7 C++ implementation of the Google logging module
9 https://github.com/google/glog
11 comment "glog needs a toolchain w/ C++, threads, dynamic library"
12 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \