2015-06-10 07:50:49 +02:00
|
|
|
config BR2_PACKAGE_GLOG
|
|
|
|
bool "glog"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2015-06-25 15:43:23 +02:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2015-06-10 07:50:49 +02:00
|
|
|
help
|
|
|
|
C++ implementation of the Google logging module
|
|
|
|
|
|
|
|
https://github.com/google/glog
|
|
|
|
|
2015-06-25 15:43:23 +02:00
|
|
|
comment "glog needs a toolchain w/ C++, threads, dynamic library"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
|
|
|
|
BR2_STATIC_LIBS
|