1 config BR2_PACKAGE_GLOG
3 depends on BR2_INSTALL_LIBSTDCPP
4 depends on BR2_TOOLCHAIN_HAS_THREADS
5 depends on !BR2_STATIC_LIBS
6 # build issues with this external toolchain
7 depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX
9 C++ implementation of the Google logging module
11 https://github.com/google/glog
13 comment "glog needs a toolchain w/ C++, threads, dynamic library"
14 depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX
15 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \