tegrarcm: new package
[buildroot-gz.git] / package / glog / Config.in
blobf70875810187d0a12c0d39da47d53919089efd4a
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         # build issues with this external toolchain
7         depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX
8         help
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 || \
16                 BR2_STATIC_LIBS