cjson: bump to version 1.4.3
[buildroot-gz.git] / package / glog / Config.in
blob534997af4948018b453dc1d14bc64e4b6ea573fe
1 config BR2_PACKAGE_GLOG
2         bool "glog"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         depends on !BR2_STATIC_LIBS
6         help
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 || \
13                 BR2_STATIC_LIBS